言語

HttpPolicyDownloaderProtocol.RegisterUnsafeWebRequestCreator メソッド

定義

注意事項

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

Uri (Uniform Resource Identifier) に安全でない 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を作成するオブジェクト。

属性

適用対象