HttpPolicyDownloaderProtocol.RegisterUnsafeWebRequestCreator Metod

Definition

Varning

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Registrerar ett objekt för att skapa en osäker WebRequest till en URI (Uniform Resource Identifier).

public:
 static void RegisterUnsafeWebRequestCreator(System::Net::IUnsafeWebRequestCreate ^ creator);
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public static void RegisterUnsafeWebRequestCreator(System.Net.IUnsafeWebRequestCreate creator);
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
static member RegisterUnsafeWebRequestCreator : System.Net.IUnsafeWebRequestCreate -> unit
Public Shared Sub RegisterUnsafeWebRequestCreator (creator As IUnsafeWebRequestCreate)

Parametrar

creator
IUnsafeWebRequestCreate

Objektet för att skapa en osäker WebRequest.

Attribut

Gäller för