[Serializable] |
ctor #1 | Overloaded:.ctor(string _Name, object _Value) Initializes a new instance of the Header class with the given name and value. |
ctor #2 | Overloaded:.ctor(string _Name, object _Value, bool _MustUnderstand) Initializes a new instance of the Header class with the given name, value, and additional configuration information. |
ctor #3 | Overloaded:.ctor(string _Name, object _Value, bool _MustUnderstand, string _HeaderNamespace) Initializes a new instance of the Header class. |
HeaderNamespace | Indicates the XML namespace that the current Header belongs to. |
MustUnderstand | Indicates whether the receiving end must understand the out-of-band data. |
Name | Contains the name of the Header. |
Value | Contains the value for the Header. |
Equals (inherited from System.Object) |
See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. |
GetHashCode (inherited from System.Object) |
See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. |
GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
ToString (inherited from System.Object) |
See base class member description: System.Object.ToString Derived from System.Object, the primary base class for all objects. |
Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
_Name
_Value
_Name
_Value
_MustUnderstand
public Header(string _Name, object _Value, bool _MustUnderstand, string _Header( |
_Name
_Value
_MustUnderstand
_HeaderNamespace
public string HeaderNamespace;
|
public bool MustUnderstand;
|
public string Name;
|
public object Value;
|
~Header(); |
public virtual int GetHashCode(); |
public Type GetType(); |
protected object MemberwiseClone(); |
public virtual string ToString(); |