SoapClientFormatterSink Class
Provides the implementation for a client formatter sink that uses the SoapFormatter.
Assembly: System.Runtime.Remoting (in System.Runtime.Remoting.dll)
The SoapClientFormatterSink type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SoapClientFormatterSink | Initializes a new instance of the SoapClientFormatterSink class. |
| Name | Description | |
|---|---|---|
![]() | NextChannelSink | Gets the next IClientChannelSink in the sink chain. |
![]() | NextSink | Gets the next IMessageSink in the sink chain. |
![]() | Properties | Gets a IDictionary of properties for the current channel sink. |
| Name | Description | |
|---|---|---|
![]() | AsyncProcessMessage | Asynchronously processes the provided message. |
![]() | AsyncProcessRequest | Requests asynchronous processing of a method call on the current sink. |
![]() | AsyncProcessResponse | Requests asynchronous processing of a response to a method call on the current sink. |
![]() | 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetRequestStream | Returns the Stream onto which the provided message is to be serialized. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ProcessMessage | Requests message processing from the current sink. |
![]() | SyncProcessMessage | Synchronously processes the provided message. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
The function of the formatter sink is to generate the necessary headers and serialize the message to the stream. After reaching the formatter sink, the IMessage is forwarded to all sinks in the channel sink chain through the ProcessMessage or AsyncProcessRequest calls. At this stage the message has already been serialized and is provided as information only. Sinks that need to create or modify the message need to be placed in the sink chain before the formatter. This can be achieved by implementing both the IMessageSink and IClientChannelSink interfaces. The formatter sink can be placed in the sink chain later.
Property | Description |
|---|---|
includeVersions | Specifies whether the formatter will include versioning information. Values are true or false. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
