System.Runtime.Remoting.Channels.BinaryClientFormatterSink.BinaryClientFormatterSink C# (CSharp) Method

BinaryClientFormatterSink() public method

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