Akka.IO.SocketChannel.SocketChannel C# (CSharp) 메소드

SocketChannel() 공개 메소드

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