ProxyElement.ProxyAddress 속성

정의

사용할 웹 프록시 서버를 식별하는 URI를 가져오거나 설정합니다.

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

속성 값

Uri

사용할 웹 프록시 서버를 식별하는 URI입니다.

특성

적용 대상

추가 정보