C# Class Gallatin.Core.Net.ServerDispatcherContract

Inheritance: IServerDispatcher
Afficher le fichier Open project: williamoneill/Gallatin

Méthodes publiques

Méthode Description
ConnectToServer ( string host, int port, IHttpResponseFilter filter, Action callback ) : void
Reset ( ) : void
TrySendDataToActiveServer ( byte data ) : bool

Method Details

ConnectToServer() public méthode

public ConnectToServer ( string host, int port, IHttpResponseFilter filter, Action callback ) : void
host string
port int
filter IHttpResponseFilter
callback Action
Résultat void

Reset() public abstract méthode

public abstract Reset ( ) : void
Résultat void

TrySendDataToActiveServer() public méthode

public TrySendDataToActiveServer ( byte data ) : bool
data byte
Résultat bool