This documentation is archived and is not being maintained.

IServerChannelSink Interface

Provides methods used for security and transport sinks.

For a list of all members of this type, see IServerChannelSink Members.

System.Runtime.Remoting.Channels.IChannelSinkBase
   System.Runtime.Remoting.Channels.IServerChannelSink

[Visual Basic]
Public Interface IServerChannelSink
   Inherits IChannelSinkBase
[C#]
public interface IServerChannelSink : IChannelSinkBase
[C++]
public __gc __interface IServerChannelSink : public
   IChannelSinkBase
[JScript]
public interface IServerChannelSink implements IChannelSinkBase

Classes that Implement IServerChannelSink

Class Description
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.
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 channel sink providers, and all channel messages flow through this chain of sinks 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

IServerChannelSink Members | System.Runtime.Remoting.Channels Namespace

Show: