System.Runtime.Remoting.Channels.BinaryClientFormatterSink.BinaryClientFormatterSink C# (CSharp) 메소드

BinaryClientFormatterSink() 공개 메소드

public BinaryClientFormatterSink ( IClientChannelSink nextSink ) : System
nextSink IClientChannelSink
리턴 System
        public BinaryClientFormatterSink(IClientChannelSink nextSink)
        {
            _nextSink = nextSink;
        } // BinaryClientFormatterSink