Akka.IO.SocketChannel.SocketChannel C# (CSharp) Method

SocketChannel() public method

public SocketChannel ( Socket socket ) : System
socket Socket
return System
        public SocketChannel(Socket socket) 
        {
            _socket = socket;
        }