XdsObjects Help file
XdsObjects Namespace / XdsRequestInfo Class / Header Method
Name of the Header
The XML namespace of the header



Header Method
Get a particular Message Header
Syntax
Public Function Header( _
   ByVal Name As String, _
   ByVal Namespace As String _
) As XmlDictionaryReader
Dim instance As XdsRequestInfo
Dim Name As String
Dim Namespace As String
Dim value As XmlDictionaryReader
 
value = instance.Header(Name, Namespace)

Parameters

Name
Name of the Header
Namespace
The XML namespace of the header
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also