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

属性

适用于