WebRequest.RegisterPortableWebRequestCreator(IWebRequestCreate) Метод

Определение

Внимание!

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

Регистрация объекта IWebRequestCreate.

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)

Параметры

creator
IWebRequestCreate

Регистрируемый объект IWebRequestCreate.

Атрибуты

Применяется к