C# 클래스 Brunet.EdgeTester

파일 보기 프로젝트 열기: johnynek/brunet

공개 프로퍼티들

프로퍼티 타입 설명
_el EdgeListener
_threads System.Collections.ArrayList
delay int
keep_running bool

공개 메소드들

메소드 설명
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

메소드 상세

ClientLoop() 공개 정적인 메소드

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

HandleClose() 공개 정적인 메소드

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

HandleEdge() 공개 정적인 메소드

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

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

NameToIP() 공개 정적인 메소드

public static NameToIP ( string name ) : string
name string
리턴 string

프로퍼티 상세

_el 공개적으로 정적으로 프로퍼티

public static EdgeListener _el
리턴 EdgeListener

_threads 공개적으로 정적으로 프로퍼티

public static ArrayList,System.Collections _threads
리턴 System.Collections.ArrayList

delay 공개적으로 정적으로 프로퍼티

public static int delay
리턴 int

keep_running 공개적으로 정적으로 프로퍼티

public static bool keep_running
리턴 bool