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 对象。

属性

适用于