C# Class OpenRA.Mods.Common.Widgets.Logic.ConnectionLogic

Inheritance: ChromeLogic
Show file Open project: pchote/OpenRA Class Usage Examples

Public Methods

Method Description
Connect ( string host, int port, string password, System.Action onConnect, System.Action onAbort ) : void

Private Methods

Method Description
CloseWindow ( ) : void
ConnectionLogic ( OpenRA.Widgets.Widget widget, string host, int port, System.Action onConnect, System.Action onAbort, Action onRetry ) : System
ConnectionStateChanged ( OrderManager om ) : void

Method Details

Connect() public static method

public static Connect ( string host, int port, string password, System.Action onConnect, System.Action onAbort ) : void
host string
port int
password string
onConnect System.Action
onAbort System.Action
return void