BTDB.Service.TcpipServer.TcpipServer C# (CSharp) Méthode

TcpipServer() public méthode

public TcpipServer ( IPEndPoint endPoint ) : System
endPoint System.Net.IPEndPoint
Résultat System
        public TcpipServer(IPEndPoint endPoint)
        {
            _listener = new TcpListener(endPoint);
        }