Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Defines the proxy access type flags.
Syntax
typedef enum _WSManProxyAccessTypeFlags {
WSManProxyIEConfig = 0x1,
WSManProxyWinHttpConfig = 0x2,
WSManProxyAutoDetect = 0x4,
WSManProxyNoProxyServer = 0x8
} WSManProxyAccessTypeFlags;
Constants
WSManProxyIEConfigValue: 0x1 Use the Internet Explorer proxy configuration for the current user. |
WSManProxyWinHttpConfigValue: 0x2 Use the proxy settings configured for WinHTTP. This is the default setting. |
WSManProxyAutoDetectValue: 0x4 Force autodetection of a proxy. |
WSManProxyNoProxyServerValue: 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 |