C# 클래스 PacProxyUsage.Win32Api.WINHTTP_AUTOPROXY_OPTIONS

파일 보기 프로젝트 열기: anti-censorship-russia/chromium-extension 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
lpszAutoConfigUrl string
lpvReserved IntPtr

프로퍼티 상세

lpszAutoConfigUrl 공개적으로 프로퍼티

If dwflags includes the WINHTTP_AUTOPROXY_CONFIG_URL flag, the lpszAutoConfigUrl must point to a null-terminated Unicode string that contains the URL of the proxy auto-configuration (PAC) file. If dwflags does not include the WINHTTP_AUTOPROXY_CONFIG_URL flag, then lpszAutoConfigUrl must be NULL.
public string lpszAutoConfigUrl
리턴 string

lpvReserved 공개적으로 프로퍼티

Reserved for future use; must be NULL.
public IntPtr lpvReserved
리턴 IntPtr