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)

Initializes a new instance of the Header class.

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

Parameters

_Name
The name of the Header.
_Value
The object that contains the value for the Header.

See Also

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