Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WS_URL_SCHEME_TYPE enumeration

The set of schemes used with WsDecodeUrl, WsEncodeUrl, and WsCombineUrl.

Syntax


enum WS_URL_SCHEME_TYPE {  WS_URL_HTTP_SCHEME_TYPE, 
  WS_URL_HTTPS_SCHEME_TYPE, 
  WS_URL_NETTCP_SCHEME_TYPE, 
  WS_URL_SOAPUDP_SCHEME_TYPE, 
  WS_URL_NETPIPE_SCHEME_TYPE 

};

Constants

WS_URL_HTTP_SCHEME_TYPE

Denotes the "http" scheme: WS_HTTP_URL

WS_URL_HTTPS_SCHEME_TYPE

Denotes the "https" scheme: WS_HTTPS_URL

WS_URL_NETTCP_SCHEME_TYPE

Denotes the "net.tcp" scheme: WS_NETTCP_URL

WS_URL_SOAPUDP_SCHEME_TYPE

Denotes the "soap.udp" scheme: WS_SOAPUDP_URL

WS_URL_NETPIPE_SCHEME_TYPE

Windows 8 or later: Denotes the "net.pipe" scheme: WS_NETPIPE_URL

Requirements

Minimum supported client

Windows 7 [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2008 R2 [desktop apps | Windows Store apps]

Header

WebServices.h

 

 

Community Additions

Show:
© 2017 Microsoft