C# Class Gallatin.Core.Service.NetworkFacadeFactoryContract

Inheritance: INetworkFacadeFactory
Show file Open project: williamoneill/Gallatin

Public Methods

Method Description
BeginConnect ( string host, int port, INetworkFacade>.Action callback ) : void
EndListen ( ) : void
Listen ( string address, int port, Action callback ) : void

Method Details

BeginConnect() public method

public BeginConnect ( string host, int port, INetworkFacade>.Action callback ) : void
host string
port int
callback INetworkFacade>.Action
return void

EndListen() public abstract method

public abstract EndListen ( ) : void
return void

Listen() public method

public Listen ( string address, int port, Action callback ) : void
address string
port int
callback Action
return void