HttpPolicyDownloaderProtocol(Uri, IPAddress) Constructor

Definitie

Let op

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

Initialiseert een nieuw exemplaar van de HttpPolicyDownloaderProtocol klasse.

public:
 HttpPolicyDownloaderProtocol(Uri ^ appUri, System::Net::IPAddress ^ address);
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public HttpPolicyDownloaderProtocol(Uri appUri, System.Net.IPAddress address);
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
new System.Net.Sockets.HttpPolicyDownloaderProtocol : Uri * System.Net.IPAddress -> System.Net.Sockets.HttpPolicyDownloaderProtocol
Public Sub New (appUri As Uri, address As IPAddress)

Parameters

appUri
Uri

De URI waar de toepassing wordt gehost.

address
IPAddress

Het IP-adres waarop de app wordt uitgevoerd.

Kenmerken

Van toepassing op