Click or drag to resize
ContextHeader Methods

The ContextHeader type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsMessageVersionSupported
Verifies whether the specified message version is supported.
(Inherited from MessageHeader.)
Public methodToString
Returns the string representation of this message header.
(Inherited from MessageHeader.)
Public methodWriteHeader(XmlWriter, MessageVersion)
Serializes the header using the specified XML writer.
(Inherited from MessageHeader.)
Public methodWriteHeader(XmlDictionaryWriter, MessageVersion)
Serializes the header using the specified XML writer.
(Inherited from MessageHeader.)
Public methodWriteHeaderContents
Serializes the header contents using the specified XML writer.
(Inherited from MessageHeader.)
Public methodWriteStartHeader
Serializes the start header using the specified XML writer.
(Inherited from MessageHeader.)
Top
See Also