C# Class Reign.Networking.PC.Server

Inheritance: IServer
Afficher le fichier Open project: reignstudios/ReignSDK

Méthodes publiques

Méthode Description
Server ( IPAddress ipAddress, int port ) : System
Start ( ) : void
Stop ( ) : void
Update ( ) : void

Method Details

Server() public méthode

public Server ( IPAddress ipAddress, int port ) : System
ipAddress System.Net.IPAddress
port int
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void