public class SoapServerFormatterSink : IServerChannelSink, IChannelSinkBase
|
ctor #1 | Initializes a new instance of the SoapServerFormatterSink class. |
NextChannelSink | Read-only Gets the next IServerChannelSink in the sink chain. |
Properties | Read-only Gets an IDictionary of properties for the current channel sink. |
AsyncProcessResponse | Requests processing from the current sink of the response from a method call sent asynchronously. |
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. |
GetResponseStream | Returns the Stream onto which the provided response 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. |
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 SoapServerFormatterSink(SoapServerFormatterSink( |
protocol
nextSink
receiver
public IServerChannelSink NextChannelSink {get;}
|
public IDictionary Properties {get;}
|
public void AsyncProcessResponse( |
sinkStack
state
msg
headers
stream
~SoapServerFormatterSink(); |
public virtual int GetHashCode(); |
public Stream GetResponseStream( |
sinkStack
state
msg
headers
public Type GetType(); |
protected object MemberwiseClone(); |
public ServerProcessing ProcessMessage( |
sinkStack
requestMsg
requestHeaders
requestStream
responseMsg
responseHeaders
responseStream
public virtual string ToString(); |