다음을 통해 공유


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 주소입니다.

특성

적용 대상