HttpPolicyDownloaderProtocol::RegisterUnsafeWebRequestCreator Method (IUnsafeWebRequestCreate^)

.NET Framework (current version)
 
Note: This API is now obsolete.

Registers an object to creates an unsafe WebRequest to a Uniform Resource Identifier (URI).

Namespace:   System.Net.Sockets
Assembly:  System.Net (in System.Net.dll)

public:
[ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", 
	true)]
static void RegisterUnsafeWebRequestCreator(
	IUnsafeWebRequestCreate^ creator
)

Parameters

creator
Type: System.Net::IUnsafeWebRequestCreate^

The object to create an unsafe WebRequest.

.NET Framework
Available since 4.5
Return to top
Show: