HttpPolicyDownloaderProtocol(Uri, IPAddress) Construtor
Definição
Cuidado
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Inicializa uma nova instância da classe HttpPolicyDownloaderProtocol.Initializes a new instance of the HttpPolicyDownloaderProtocol class.
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
O URI em que o aplicativo está hospedado.The URI where the application is hosted.
- address
- IPAddress
O endereço IP em que o aplicativo será executado.The IP address where the app will run.
- Atributos