WinHttpHandler.WindowsProxyUsePolicy 속성

정의

프록시 설정을 가져오거나 설정합니다. 이 속성은 프록시를 사용하지 않도록 설정하거나, 사용자 지정 프록시를 사용하거나, 컴퓨터에서 WinHTTP 또는 WinInet의 프록시 설정을 사용하도록 설정할 수 있습니다.

public:
 property System::Net::Http::WindowsProxyUsePolicy WindowsProxyUsePolicy { System::Net::Http::WindowsProxyUsePolicy get(); void set(System::Net::Http::WindowsProxyUsePolicy value); };
public System.Net.Http.WindowsProxyUsePolicy WindowsProxyUsePolicy { get; set; }
member this.WindowsProxyUsePolicy : System.Net.Http.WindowsProxyUsePolicy with get, set
Public Property WindowsProxyUsePolicy As WindowsProxyUsePolicy

속성 값

설명

이 속성의 기본값은 WinHTTP 스택 프록시 설정입니다.

적용 대상