Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The InvokeServiceBodyWriter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| InvokeServiceBodyWriter |
Stores the buffer for writing.
|
Methods
| Name | Description | |
|---|---|---|
| CreateBufferedCopy | Creates a buffered copy of the body. (Inherited from BodyWriter.) | |
| Equals | (Inherited from Object.) | |
| 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.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnCreateBufferedCopy | Provides an extensibility point when the body contents are written. (Inherited from BodyWriter.) | |
| OnWriteBodyContents |
Writes the body to the stream.
(Overrides BodyWriter..::..OnWriteBodyContents(XmlDictionaryWriter).) | |
| ToString | (Inherited from Object.) | |
| WriteBodyContents | Writes out the contents of the message body. (Inherited from BodyWriter.) |
Properties
| Name | Description | |
|---|---|---|
| IsBuffered | Gets a value that indicates whether the write method can be called multiple times. (Inherited from BodyWriter.) |