共用方式為


HttpPolicyDownloaderProtocol.RegisterUnsafeWebRequestCreator 方法

定義

警告

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

註冊物件以建立對統一資源識別元 (URI) 進行的不安全 WebRequest

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)

參數

creator
IUnsafeWebRequestCreate

要建立不安全 WebRequest 的物件。

屬性

適用於