다음을 통해 공유


BinaryClientFormatterSink(IClientChannelSink) 생성자

정의

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

public:
 BinaryClientFormatterSink(System::Runtime::Remoting::Channels::IClientChannelSink ^ nextSink);
public BinaryClientFormatterSink (System.Runtime.Remoting.Channels.IClientChannelSink nextSink);
new System.Runtime.Remoting.Channels.BinaryClientFormatterSink : System.Runtime.Remoting.Channels.IClientChannelSink -> System.Runtime.Remoting.Channels.BinaryClientFormatterSink
Public Sub New (nextSink As IClientChannelSink)

매개 변수

nextSink
IClientChannelSink

싱크 체인의 다음 IClientChannelSink입니다.

적용 대상