IChannelSinkBase Interface
Provides the base interface for channel sinks.
For a list of all members of this type, see IChannelSinkBase Members.
[Visual Basic] Public Interface IChannelSinkBase [C#] public interface IChannelSinkBase [C++] public __gc __interface IChannelSinkBase [JScript] public interface IChannelSinkBase
Classes that Implement IChannelSinkBase
| Class | Description |
|---|---|
| BinaryClientFormatterSink | Provides the implementation for a client formatter sink that uses the BinaryFormatter. |
| BinaryServerFormatterSink | Provides the implementation for a server formatter sink that uses the BinaryFormatter. |
| SdlChannelSink | Provides the implementation for a server channel sink that generates Web Services Description Language (WSDL) dynamically on the server. |
| SoapClientFormatterSink | Provides the implementation for a client formatter sink that uses the SoapFormatter. |
| SoapServerFormatterSink | Provides the implementation for a server 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 sink providers and all channel messages flow through this chain before the message is 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
IChannelSinkBase Members | System.Runtime.Remoting.Channels Namespace