RequestHeaders Property
The HTTP headers in the AS4 request.
Syntax
public HeaderList RequestHeaders { get; }
Public Property RequestHeaders As HeaderList
Remarks
A collection of headers. These will include all HTTP headers.
When assigning an AS4 request to the component, the headers may be included specified in RequestHeaders or RequestHeadersString.