Helios.Channels.Sockets.TcpSocketChannel.TcpSocketChannel C# (CSharp) Method

TcpSocketChannel() public method

Create a new instance
public TcpSocketChannel ( ) : System
return System
        public TcpSocketChannel()
            : this(new Socket(SocketType.Stream, ProtocolType.Tcp))
        {
        }

Same methods

TcpSocketChannel::TcpSocketChannel ( AddressFamily addressFamily ) : System
TcpSocketChannel::TcpSocketChannel ( IChannel parent, Socket socket ) : System
TcpSocketChannel::TcpSocketChannel ( IChannel parent, Socket socket, bool connected ) : System
TcpSocketChannel::TcpSocketChannel ( Socket socket ) : System