AddHttpRequestHeader Method

Adds a header to the HTTP request. Use this method to add or change any header in the HTTP message.

Syntax

client.wcfConnectionObject.Binding.AddHttpRequestHeader (PBWCF.HTTPRequestHeaderType HeaderType!, string HeaderValue)

Parameters

Returns

None.

Examples