WSTrustRequestBodyWriter Class
Represents a message body writer that writes an RST to an outgoing message.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
System.ServiceModel.Channels::BodyWriter
System.ServiceModel.Security::WSTrustRequestBodyWriter
| Name | Description | |
|---|---|---|
![]() | WSTrustRequestBodyWriter(RequestSecurityToken^, WSTrustRequestSerializer^, WSTrustSerializationContext^) | Initializes a new instance of the WSTrustRequestBodyWriter class. |
| Name | Description | |
|---|---|---|
![]() | IsBuffered | Gets a value that indicates whether the write method can be called multiple times.(Inherited from BodyWriter.) |
| Name | Description | |
|---|---|---|
![]() | BeginWriteBodyContents(XmlDictionaryWriter^, AsyncCallback^, Object^) | Starts to write body contents for the body writer with specified writer, callback and state.(Inherited from BodyWriter.) |
![]() | CreateBufferedCopy(Int32) | Creates a buffered copy of the body.(Inherited from BodyWriter.) |
![]() | EndWriteBodyContents(IAsyncResult^) | Ends the writing of body contents.(Inherited from BodyWriter.) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | OnBeginWriteBodyContents(XmlDictionaryWriter^, AsyncCallback^, Object^) | Raises an event when the body writer starts to write body contents with specified writer, callback and state.(Inherited from BodyWriter.) |
![]() | OnCreateBufferedCopy(Int32) | Provides an extensibility point when the body contents are written.(Inherited from BodyWriter.) |
![]() | OnEndWriteBodyContents(IAsyncResult^) | Raises an event when the body writer ends writing body contents.(Inherited from BodyWriter.) |
![]() | OnWriteBodyContents(XmlDictionaryWriter^) | Override of the base class method. Serializes the RST to the outgoing stream. (Overrides BodyWriter::OnWriteBodyContents(XmlDictionaryWriter^).) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | WriteBodyContents(XmlDictionaryWriter^) | Writes out the contents of the message body.(Inherited from BodyWriter.) |
The WSTrustRequestBodyWriter class is an implementation of the BodyWriter class that supports RequestSecurityToken objects.
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


