BTDB.Service.TcpipServer.TcpipServer C# (CSharp) 메소드

TcpipServer() 공개 메소드

public TcpipServer ( IPEndPoint endPoint ) : System
endPoint System.Net.IPEndPoint
리턴 System
        public TcpipServer(IPEndPoint endPoint)
        {
            _listener = new TcpListener(endPoint);
        }