C# Class Trinity.Network.Connectivity.ServerContracts

Inheritance: IServer
Afficher le fichier Open project: Trinity-Encore/Encore-Framework

Méthodes publiques

Méthode Description
Start ( EndPoint ep ) : void
Start ( string address, int port ) : void
Stop ( ) : void

Method Details

Start() public méthode

public Start ( EndPoint ep ) : void
ep System.Net.EndPoint
Résultat void

Start() public méthode

public Start ( string address, int port ) : void
address string
port int
Résultat void

Stop() public abstract méthode

public abstract Stop ( ) : void
Résultat void