다음을 통해 공유


WebHttpBinding.ProxyAddress 속성

정의

HTTP 프록시의 URI 주소를 가져오거나 설정합니다.

public:
 property Uri ^ ProxyAddress { Uri ^ get(); void set(Uri ^ value); };
public Uri ProxyAddress { get; set; }
member this.ProxyAddress : Uri with get, set
Public Property ProxyAddress As Uri

속성 값

Uri

HTTP 프록시의 주소 역할을 하는 A Uri 입니다. 기본값은 null입니다.

설명

이 값으로 UseDefaultWebProxytrue설정되면 값 ProxyAddress 이 무시됩니다.

적용 대상