IClientChannelSink Interface
Provides required functions and properties for client channel sinks.
For a list of all members of this type, see IClientChannelSink Members.
System.Runtime.Remoting.Channels.IChannelSinkBase
System.Runtime.Remoting.Channels.IClientChannelSink
[Visual Basic] Public Interface IClientChannelSink Inherits IChannelSinkBase [C#] public interface IClientChannelSink : IChannelSinkBase [C++] public __gc __interface IClientChannelSink : public IChannelSinkBase [JScript] public interface IClientChannelSink implements IChannelSinkBase
Classes that Implement IClientChannelSink
| Class | Description |
|---|---|
| BinaryClientFormatterSink | Provides the implementation for a client formatter sink that uses the BinaryFormatter. |
| SoapClientFormatterSink | Provides the implementation for a client formatter sink that uses the SoapFormatter. |
Remarks
Channel sinks provide a plug-in point that allows access to the underlying messages flowing through the channel as well as the stream used by the transport mechanism to send messages to a remote object. Channel sinks are linked together in a chain of channel sink providers and all channel messages flow through this chain of sinks before they are serialized and transported.
Requirements
Namespace: System.Runtime.Remoting.Channels
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
IClientChannelSink Members | System.Runtime.Remoting.Channels Namespace | Sinks and Sink Chains