Adds a header to the HTTP request. Use this method to add or change any header in the HTTP message.
client.wcfConnectionObject.Binding.AddHttpRequestHeader (PBWCF.HTTPRequestHeaderType HeaderType!, string HeaderValue)
None.
client.wcfConnectionObject.BasicHttpBinding.AddHttpRequestHeader(PBWCF.HttpRequestHeaderType.Cookie!, "testing") client.wcfConnectionObject.BasicHttpBinding.AddHttpRequestHeader(PBWCF.HttpRequestHeaderType.UserAgent!, "john")