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_CHANNEL_BINDING enumeration

Indicates the protocol stack to use for the channel.

Syntax


enum WS_CHANNEL_BINDING {  WS_HTTP_CHANNEL_BINDING       = 0, 
  WS_TCP_CHANNEL_BINDING        = 1, 
  WS_UDP_CHANNEL_BINDING        = 2, 
  WS_CUSTOM_CHANNEL_BINDING     = 3, 
  WS_NAMEDPIPE_CHANNEL_BINDING  = 4 

};

Constants

WS_HTTP_CHANNEL_BINDING

SOAP over HTTP.

WS_TCP_CHANNEL_BINDING

SOAP over TCP.

WS_UDP_CHANNEL_BINDING

SOAP over UDP.

WS_CUSTOM_CHANNEL_BINDING

A custom channel or listen implementation. For more information, see WS_CUSTOM_CHANNEL_CALLBACKS and WS_CUSTOM_LISTENER_CALLBACKS.

WS_NAMEDPIPE_CHANNEL_BINDING

Windows 8 or later: SOAP over named pipes.

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