次の方法で共有


IClientFormatterSink インターフェイス

メッセージをストリームにシリアル化するクライアント フォーマッタ シンクとしてシンクをマークします。

Public Interface IClientFormatterSink
   Inherits IMessageSink, IClientChannelSink, IChannelSinkBase
[C#]
public interface IClientFormatterSink : IMessageSink,
   IClientChannelSink, IChannelSinkBase
[C++]
public __gc __interface IClientFormatterSink : public IMessageSink,
   IClientChannelSink, IChannelSinkBase
[JScript]
public interface IClientFormatterSink implements IMessageSink,
   IClientChannelSink, IChannelSinkBase

IClientFormatterSink を実装するクラス

クラス 説明
BinaryClientFormatterSink BinaryFormatter を使用するクライアント フォーマッタ シンクの実装を提供します。
SoapClientFormatterSink SoapFormatter を使用するクライアント フォーマッタ シンクの実装を提供します。

解説

フォーマッタ シンクは、 IMessageSinkIClientChannelSink の両方を実装する必要があります。 IClientFormatterSink がこれらを 1 つのインターフェイスに結合します。

必要条件

名前空間: System.Runtime.Remoting.Channels

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

アセンブリ: Mscorlib (Mscorlib.dll 内)

参照

System.Runtime.Remoting.Channels 名前空間 | シンクとシンク チェイン