public class SoapClientFormatterSink : IClientFormatterSink, IMessageSink, IClientChannelSink, IChannelSinkBase
|
| ctor #1 | Initializes a new instance of the SoapClientFormatterSink class. |
| NextChannelSink | Read-only Gets the next IClientChannelSink in the sink chain. |
| NextSink | Read-only Gets the next IMessageSink in the sink chain. |
| Properties | Read-only Gets an IDictionary of properties for the current channel sink. |
| 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 (inherited from System.Object) |
See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. |
| GetHashCode (inherited from System.Object) |
See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. |
| GetRequestStream | Returns the Stream onto which the provided message is to be serialized. |
| GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
| ProcessMessage | Requests message processing from the current sink. |
| SyncProcessMessage | Synchronously processes the provided message. |
| ToString (inherited from System.Object) |
See base class member description: System.Object.ToString Derived from System.Object, the primary base class for all objects. |
| Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
| MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public SoapClientFormatterSink( |
nextSink
public IClientChannelSink NextChannelSink {get;}
|
public IMessageSink NextSink {get;}
|
public IDictionary Properties {get;}
|
public IMessageCtrl AsyncProcessMessage( |
msg
replySink
public void AsyncProcessRequest( |
sinkStack
msg
headers
stream
public void AsyncProcessResponse( |
sinkStack
state
headers
stream
~SoapClientFormatterSink(); |
public virtual int GetHashCode(); |
public Stream GetRequestStream( |
msg
headers
public Type GetType(); |
protected object MemberwiseClone(); |
public void ProcessMessage( |
msg
requestHeaders
requestStream
responseHeaders
responseStream
msg
public virtual string ToString(); |