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

Optional parameters for configuring a call on a client side service operation.

Syntax


enum WS_CALL_PROPERTY_ID {  WS_CALL_PROPERTY_CALL_ID                  = 0, 
  WS_CALL_PROPERTY_SEND_MESSAGE_CONTEXT     = 1, 
  WS_CALL_PROPERTY_RECEIVE_MESSAGE_CONTEXT  = 2, 
  WS_CALL_PROPERTY_CHECK_MUST_UNDERSTAND    = 3 

};

Constants

WS_CALL_PROPERTY_CALL_ID

On a service operation an application can use the call id property to uniquely identify a service operation function all on a channel. This ID can be passed on to WsAbandonCall along with the service proxy to abandon the call.

For more information about abandoning calls see service operation.

WS_CALL_PROPERTY_SEND_MESSAGE_CONTEXT

Enables an application to put headers into the input message for a given call.

WS_CALL_PROPERTY_RECEIVE_MESSAGE_CONTEXT

Enables an application to extract headers from the output message for a given call.

WS_CALL_PROPERTY_CHECK_MUST_UNDERSTAND

An application can suppress or enable must understand header processing on the proxy using this setting. This is TRUE by default.

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