Server.SocketServer.SocketServer C# (CSharp) Méthode

SocketServer() public méthode

public SocketServer ( IPAddress ip, int port ) : System
ip System.Net.IPAddress
port int
Résultat System
        public SocketServer(IPAddress ip, int port) {
            this.ip = ip;
            this.port = port;
        }