C# Class Gallatin.Core.Net.ServerDispatcherContract

Inheritance: IServerDispatcher
ファイルを表示 Open project: williamoneill/Gallatin

Public Methods

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

Method Details

ConnectToServer() public method

public ConnectToServer ( string host, int port, IHttpResponseFilter filter, Action callback ) : void
host string
port int
filter IHttpResponseFilter
callback Action
return void

Reset() public abstract method

public abstract Reset ( ) : void
return void

TrySendDataToActiveServer() public method

public TrySendDataToActiveServer ( byte data ) : bool
data byte
return bool