다음을 통해 공유


BinaryServerFormatterSink 생성자

정의

BinaryServerFormatterSink 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

protocol
BinaryServerFormatterSink.Protocol

BinaryServerFormatterSink.Protocol의 현재 인스턴스와 함께 사용될 BinaryServerFormatterSink입니다.

nextSink
IServerChannelSink

채널 싱크 체인의 다음 싱크입니다.

receiver
IChannelReceiver

BinaryServerFormatterSink의 새 인스턴스에 의해 serialize되는 메시지를 받을 채널을 나타냅니다.

적용 대상