The
methods
of System.Runtime.Remoting.Channels.SoapClientFormatterSink are listed below. For a list of all members, see the SoapClientFormatterSink Members list.
See Also: Inherited members from System.Object
Public Methods
| AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage, System.Runtime.Remoting.Messaging.IMessageSink) : System.Runtime.Remoting.Messaging.IMessageCtrl
Asynchronously processes the provided message.
|
| AsyncProcessRequest(IClientChannelSinkStack, System.Runtime.Remoting.Messaging.IMessage, ITransportHeaders, System.IO.Stream)
Requests asynchronous processing of a method call on the current sink.
|
| AsyncProcessResponse(IClientResponseChannelSinkStack, object, ITransportHeaders, System.IO.Stream)
Requests asynchronous processing of a response to a method call on the current sink.
|
| GetRequestStream(System.Runtime.Remoting.Messaging.IMessage, ITransportHeaders) : System.IO.Stream
Returns the System.IO.Stream onto which the provided message is to be serialized.
|
| ProcessMessage(System.Runtime.Remoting.Messaging.IMessage, ITransportHeaders, System.IO.Stream, out ITransportHeaders, out System.IO.Stream)Documentation for this section has not yet been entered. |
| SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage) : System.Runtime.Remoting.Messaging.IMessage
Synchronously processes the provided message.
|