次の方法で共有


SoapServerFormatterSink コンストラクター

定義

SoapServerFormatterSink クラスの新しいインスタンスを初期化します。

public:
 SoapServerFormatterSink(System::Runtime::Remoting::Channels::SoapServerFormatterSink::Protocol protocol, System::Runtime::Remoting::Channels::IServerChannelSink ^ nextSink, System::Runtime::Remoting::Channels::IChannelReceiver ^ receiver);
public SoapServerFormatterSink (System.Runtime.Remoting.Channels.SoapServerFormatterSink.Protocol protocol, System.Runtime.Remoting.Channels.IServerChannelSink nextSink, System.Runtime.Remoting.Channels.IChannelReceiver receiver);
new System.Runtime.Remoting.Channels.SoapServerFormatterSink : System.Runtime.Remoting.Channels.SoapServerFormatterSink.Protocol * System.Runtime.Remoting.Channels.IServerChannelSink * System.Runtime.Remoting.Channels.IChannelReceiver -> System.Runtime.Remoting.Channels.SoapServerFormatterSink
Public Sub New (protocol As SoapServerFormatterSink.Protocol, nextSink As IServerChannelSink, receiver As IChannelReceiver)

パラメーター

protocol
SoapServerFormatterSink.Protocol

SoapServerFormatterSink.Protocol の現在のインスタンスと共に使用される SoapServerFormatterSink

nextSink
IServerChannelSink

チャネル シンク チェイン内の次のシンク。

receiver
IChannelReceiver

SoapServerFormatterSink の新しいインスタンスによってシリアル化されたメッセージを受信するチャネルを示します。

適用対象