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

Inheritance: ChromeLogic
Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

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
Résultat void