WSHttpBindingBaseElement.ProxyAddress 속성

정의

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

public:
 property Uri ^ ProxyAddress { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.ConfigurationProperty("proxyAddress", DefaultValue=null)]
public Uri ProxyAddress { get; set; }
[<System.Configuration.ConfigurationProperty("proxyAddress", DefaultValue=null)>]
member this.ProxyAddress : Uri with get, set
Public Property ProxyAddress As Uri

속성 값

Uri

HTTP 프록시의 주소를 지정하는 URI입니다.

특성

설명

UseDefaultWebProxy 속성이 true로 설정되면 이 속성의 값이 무시됩니다.

적용 대상