HttpPolicyDownloaderProtocol(Uri, IPAddress) コンストラクター

定義

注意事項

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

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)

パラメーター

appUri
Uri

アプリケーションをホストする URI です。

address
IPAddress

アプリを実行する IP アドレスです。

属性

適用対象