WCF Client Methods
WCF client methods enable you to add and remove headers to HTTP and SOAP messages.
AddHttpRequestHeader Method
Adds a header to the HTTP request. Use this method to add or change any header in the HTTP message.
AddMessageHeaderItem Method
Adds a SoapHeader item to the SOAP header before the WCF client sends a request.
GetHttpResponseHeader Method
Returns a header from an HTTP request.
RemoveAllMessageHeaderItems Method
Removes all SoapHeader items from the SOAP header before the WCF client sends a request.
RemoveHttpRequestHeader Method
Removes a header from an HTTP request.
RemoveMessageHeaderItem Method
Removes a SoapHeader item from the SOAP header before the WCF client sends a request.
Parent topic:
WCF Client Proxy Reference
Created December 8, 2011. Send feedback on this help topic to Sybase Technical Publications:
pubs@sybase.com