NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Header Constructor (String, Object, Boolean)

Initializes a new instance of the Header class.

[Visual Basic]
Overloads Public Sub New( _
   ByVal _Name As String, _
   ByVal _Value As Object, _
   ByVal _MustUnderstand As Boolean _
)
[C#]
public Header(
   string _Name,
   object _Value,
   bool _MustUnderstand
);
[C++]
public: Header(
   String* _Name,
   Object* _Value,
   bool _MustUnderstand
);
[JScript]
public function Header(
   _Name : String,
   _Value : Object,
   _MustUnderstand : Boolean
);

Parameters

_Name
The name of the Header.
_Value
The object that contains the value for the Header.
_MustUnderstand
The receiving end must understand the out-of-band data.

See Also

Header Class | Header Members | System.Runtime.Remoting Namespace | Header Constructor Overload List