AjErl.Communication.InputChannel.InputChannel C# (CSharp) Method

InputChannel() public method

public InputChannel ( BinaryReader reader ) : System
reader System.IO.BinaryReader
return System
        public InputChannel(BinaryReader reader)
        {
            this.reader = reader;
        }