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.
The set of schemes used with WsDecodeUrl, WsEncodeUrl, and WsCombineUrl.
Syntax
typedef enum {
WS_URL_HTTP_SCHEME_TYPE = 0,
WS_URL_HTTPS_SCHEME_TYPE = 1,
WS_URL_NETTCP_SCHEME_TYPE = 2,
WS_URL_SOAPUDP_SCHEME_TYPE = 3,
WS_URL_NETPIPE_SCHEME_TYPE = 4
} WS_URL_SCHEME_TYPE;
Constants
WS_URL_HTTP_SCHEME_TYPEValue: 0 Denotes the "http" scheme: WS_HTTP_URL |
WS_URL_HTTPS_SCHEME_TYPEValue: 1 Denotes the "https" scheme: WS_HTTPS_URL |
WS_URL_NETTCP_SCHEME_TYPEValue: 2 Denotes the "net.tcp" scheme: WS_NETTCP_URL |
WS_URL_SOAPUDP_SCHEME_TYPEValue: 3 Denotes the "soap.udp" scheme: WS_SOAPUDP_URL |
WS_URL_NETPIPE_SCHEME_TYPEValue: 4 Windows 8 or later: Denotes the "net.pipe" scheme: WS_NETPIPE_URL |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps | UWP apps] |
| Header | webservices.h |