WebRequest.RegisterPortableWebRequestCreator(IWebRequestCreate) Method

Definition

Caution

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

Register an IWebRequestCreate object.

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

Parameters

creator
IWebRequestCreate

The IWebRequestCreate object to register.

Attributes

Applies to