Share via


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 的新執行個體所序列化之訊息的通道。

適用於