System.Runtime.Remoting.Channels.IClientFormatterSink Interface

Assembly: Mscorlib.dll
Namespace: System.Runtime.Remoting.Channels
Summary
Marks a sink as a client formatter sink that serializes messages into a stream.
C# Syntax:
public interface IClientFormatterSink : IMessageSink, IClientChannelSink, IChannelSinkBase
Remarks
Formatter sinks must implement both IMessageSink and IClientChannelSink. IClientFormatterSink combines these into one interface.
See also:
System.Runtime.Remoting.Channels Namespace See also:
MSDN: sinkssinkchains

System.Runtime.Remoting.Channels.IClientFormatterSink Member List:

Hierarchy:


System.Runtime.Remoting.Channels.IClientFormatterSink Member Details

Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.