Message Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Close | Closes the Message and releases any resources. |
| CreateBufferedCopy | Stores an entire Message into a memory buffer for future consumption. |
| CreateMessage | Overloaded. Creates a message. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetBody | Overloaded. |
| GetBodyAttribute | Retrieves the attributes of the message body. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetReaderAtBodyContents | Gets the XML dictionary reader that consumes the body content of this message. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Overridden. Returns a string that represents the current Message. |
| WriteBody | Overloaded. Serializes the body element to XML. |
| WriteBodyContents | Serializes the body content using the specified XmlDictionaryWriter. |
| WriteMessage | Overloaded. Serializes the entire message. |
| WriteStartBody | Overloaded. Serializes the start body. |
| WriteStartEnvelope | Serializes the start envelope using the specified XmlDictionaryWriter. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| OnBodyToString | Called when the message body is converted to a string. |
| OnClose | Called when the message is closing. |
| OnCreateBufferedCopy | Called when a message buffer is created to store this message. |
| OnGetBodyAttribute | Called when the attributes of the message body is retrieved. |
| OnGetReaderAtBodyContents | Called when an XML dictionary reader that can consume the body content of this message can be retrieved. |
| OnWriteBodyContents | Called when the message body is written to an XML file. |
| OnWriteMessage | Called when the entire message is written to an XML file. |
| OnWriteStartBody | Called when the start body is written to an XML file. |
| OnWriteStartEnvelope | Called when the start envelope is written to an XML file. |
| OnWriteStartHeaders | Called when the start header is written to an XML file. |
| Name | Description | |
|---|---|---|
| System.IDisposable.Dispose | Closes all the resources used by this message. This method cannot be inherited. |