共用方式為


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 位址。

屬性

適用於