Share via


HttpBindingBase.UseDefaultWebProxy 속성

정의

시스템의 자동 구성된 HTTP 프록시가 있는 경우 이를 사용하는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool UseDefaultWebProxy { bool get(); void set(bool value); };
public bool UseDefaultWebProxy { get; set; }
member this.UseDefaultWebProxy : bool with get, set
Public Property UseDefaultWebProxy As Boolean

속성 값

Boolean

시스템의 자동 구성된 HTTP 프록시를 사용하면 true이고, 그렇지 않으면 false입니다.

적용 대상