Agnos.Transports.TransportStream.TransportStream C# (CSharp) Method

TransportStream() public method

public TransportStream ( ITransport transport, bool output ) : System.Text
transport ITransport
output bool
return System.Text
        public TransportStream(ITransport transport, bool output)
        {
            this.transport = transport;
            this.output = output;
        }