Helios.Channels.Sockets.TcpSocketChannel.TcpSocketChannel C# (CSharp) Méthode

TcpSocketChannel() public méthode

Create a new instance
public TcpSocketChannel ( ) : System
Résultat 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