Compartir vía


HttpPolicyDownloaderProtocol(Uri, IPAddress) Constructor

Definición

Precaución

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

Inicializa una nueva instancia de la clase HttpPolicyDownloaderProtocol.

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)

Parámetros

appUri
Uri

El URI de donde se hospeda la aplicación.

address
IPAddress

La dirección IP donde se ejecutará la aplicación.

Atributos

Se aplica a