Helios.Channels.Sockets.TcpSocketChannel.TcpSocketChannel C# (CSharp) Метод

TcpSocketChannel() публичный Метод

Create a new instance using the given {@link SocketChannel}.
public TcpSocketChannel ( Socket socket ) : System
socket Socket
Результат System
        public TcpSocketChannel(Socket socket)
            : this(null, socket)
        {
        }

Same methods

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