Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the proxy access type flags.
Syntax
typedef enum _WSManProxyAccessTypeFlags {
WSManProxyIEConfig = 0x1,
WSManProxyWinHttpConfig = 0x2,
WSManProxyAutoDetect = 0x4,
WSManProxyNoProxyServer = 0x8
} WSManProxyAccessTypeFlags;
Constants
WSManProxyIEConfig Value: 0x1 Use the Internet Explorer proxy configuration for the current user. |
WSManProxyWinHttpConfig Value: 0x2 Use the proxy settings configured for WinHTTP. This is the default setting. |
WSManProxyAutoDetect Value: 0x4 Force autodetection of a proxy. |
WSManProxyNoProxyServer Value: 0x8 Do not use a proxy server. All host names are resolved locally. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 |
Minimum supported server | Windows Server 2008 R2 |
Header | wsmandisp.h |
Redistributable | Windows Management Framework on Windows Server 2008 with SP2, Windows Vista with SP1, and Windows Vista with SP2 |