GetHttpResponseHeader Method

Returns a header from an HTTP request.

Syntax

svc.wcfConnectionObject.Binding.GetHttpResponseHeader  (PBWCF.HttpResponseHeaderType.HeaderType!)

Parameters

Returns

String. If the header does not exist in the response message, GetHttpResponseHeader returns an empty string.

Examples