C# Class Brunet.EdgeTester

Show file Open project: johnynek/brunet

Public Properties

Property Type Description
_el EdgeListener
_threads System.Collections.ArrayList
delay int
keep_running bool

Public Methods

Method 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 method

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

HandleClose() public static method

public static HandleClose ( object edge, EventArgs args ) : void
edge object
args System.EventArgs
return void

HandleEdge() public static method

public static HandleEdge ( object edge, EventArgs args ) : void
edge object
args System.EventArgs
return void

Main() public static method

public static Main ( string args ) : void
args string
return void

NameToIP() public static method

public static NameToIP ( string name ) : string
name string
return string

Property Details

_el public static property

public static EdgeListener _el
return EdgeListener

_threads public static property

public static ArrayList,System.Collections _threads
return System.Collections.ArrayList

delay public static property

public static int delay
return int

keep_running public static property

public static bool keep_running
return bool