C# Class Brunet.EdgeTester

Afficher le fichier Open project: johnynek/brunet

Méthodes publiques

Свойство Type Description
_el EdgeListener
_threads System.Collections.ArrayList
delay int
keep_running bool

Méthodes publiques

Méthode Description
ClientLoop ( bool success, Edge e, Exception ex ) : void
HandleClose ( object edge, EventArgs args ) : void
HandleEdge ( object edge, EventArgs args ) : void
Main ( string args ) : void
NameToIP ( string name ) : string

Method Details

ClientLoop() public static méthode

public static ClientLoop ( bool success, Edge e, Exception ex ) : void
success bool
e Edge
ex System.Exception
Résultat void

HandleClose() public static méthode

public static HandleClose ( object edge, EventArgs args ) : void
edge object
args System.EventArgs
Résultat void

HandleEdge() public static méthode

public static HandleEdge ( object edge, EventArgs args ) : void
edge object
args System.EventArgs
Résultat void

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void

NameToIP() public static méthode

public static NameToIP ( string name ) : string
name string
Résultat string

Property Details

_el public_oe static_oe property

public static EdgeListener _el
Résultat EdgeListener

_threads public_oe static_oe property

public static ArrayList,System.Collections _threads
Résultat System.Collections.ArrayList

delay public_oe static_oe property

public static int delay
Résultat int

keep_running public_oe static_oe property

public static bool keep_running
Résultat bool