HttpPolicyDownloaderProtocol Constructor (Uri^, IPAddress^)

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

Initializes a new instance of the HttpPolicyDownloaderProtocol class.

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)]
HttpPolicyDownloaderProtocol(
	Uri^ appUri,
	IPAddress^ address
)

Parameters

appUri
Type: System::Uri^

The URI where the application is hosted.

address
Type: System.Net::IPAddress^

The IP address where the app will run.

.NET Framework
Available since 4.5
Return to top
Show: