次の方法で共有


HttpPolicyDownloaderProtocol.RegisterUnsafeWebRequestCreator メソッド

定義

注意事項

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

Uniform Resource Identifier (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 を作成するオブジェクト。

属性

適用対象