WS_CUSTOM_HTTP_PROXY structure (webservices.h)
A structure that is used to specify the custom proxy for the channel, using the WS_CHANNEL_PROPERTY_CUSTOM_HTTP_PROXY.
Syntax
typedef struct _WS_CUSTOM_HTTP_PROXY {
WS_STRING servers;
WS_STRING bypass;
} WS_CUSTOM_HTTP_PROXY;
Members
servers
A semicolon-separated list of the proxy servers to be used by the channel. Each entry must follow the following EBNF.
<server>[":"<port>]
- server=Address of the server
- port=TCP port number
bypass
A semicolon separated list of servers which must be bypassed by the proxy. The bypass list can contain the string <local> to indicate that all local machine servers are bypassed.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | webservices.h |