다음을 통해 공유


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를 만드는 개체입니다.

특성

적용 대상