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

TcpSocketChannel() public method

Create a new instance @param parent the {@link Channel} which created this instance or {@code null} if it was created by the user @param socket the {@link SocketChannel} which will be used
public TcpSocketChannel ( IChannel parent, Socket socket ) : System
parent IChannel
socket Socket
return System
        public TcpSocketChannel(IChannel parent, Socket socket)
            : this(parent, socket, false)
        {
        }

Same methods

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