C# Class Trinity.Network.Connectivity.ServerContracts

Inheritance: IServer
Show file Open project: Trinity-Encore/Encore-Framework

Public Methods

Method Description
Start ( EndPoint ep ) : void
Start ( string address, int port ) : void
Stop ( ) : void

Method Details

Start() public method

public Start ( EndPoint ep ) : void
ep System.Net.EndPoint
return void

Start() public method

public Start ( string address, int port ) : void
address string
port int
return void

Stop() public abstract method

public abstract Stop ( ) : void
return void