WSManProxyAccessTypeFlags 枚举 (wsmandisp.h)
定义代理访问类型标志。
语法
typedef enum _WSManProxyAccessTypeFlags {
WSManProxyIEConfig = 0x1,
WSManProxyWinHttpConfig = 0x2,
WSManProxyAutoDetect = 0x4,
WSManProxyNoProxyServer = 0x8
} WSManProxyAccessTypeFlags;
常量
WSManProxyIEConfig 值: 0x1 使用当前用户的 Internet Explorer 代理配置。 |
WSManProxyWinHttpConfig 值: 0x2 使用为 WinHTTP 配置的代理设置。 这是默认设置。 |
WSManProxyAutoDetect 值: 0x4 强制自动检测代理。 |
WSManProxyNoProxyServer 值: 0x8 “不使用代理服务器”。 所有主机名都在本地解析。 |
要求
最低受支持的客户端 | Windows 7 |
最低受支持的服务器 | Windows Server 2008 R2 |
标头 | wsmandisp.h |
可再发行组件 | Windows Management Framework Windows Server 2008 SP2、Windows Vista SP1 和 Windows Vista SP2 上的Windows Management Framework |