Screenary.TransportClient.TransportClient C# (CSharp) Method

TransportClient() public method

public TransportClient ( Screenary.ChannelDispatcher dispatcher ) : System
dispatcher Screenary.ChannelDispatcher
return System
        public TransportClient(ChannelDispatcher dispatcher)
        {
            this.dispatcher = dispatcher;
            this.tcpClient = null;
        }

Same methods

TransportClient::TransportClient ( Screenary.ChannelDispatcher dispatcher, TcpClient tcpClient ) : System
TransportClient::TransportClient ( TcpClient tcpClient ) : System