C# Class Reign.Networking.PC.Server

Inheritance: IServer
Show file Open project: reignstudios/ReignSDK

Public Methods

Method Description
Server ( IPAddress ipAddress, int port ) : System
Start ( ) : void
Stop ( ) : void
Update ( ) : void

Method Details

Server() public method

public Server ( IPAddress ipAddress, int port ) : System
ipAddress System.Net.IPAddress
port int
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Update() public method

public Update ( ) : void
return void