C# 클래스 Spinach.AsynchronousClient

파일 보기 프로젝트 열기: shranjan/pinac 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
resetEvent System.Threading.ManualResetEvent[]

공개 메소드들

메소드 설명
SendMultiClient ( ) : void
SendMultiClientChat ( ) : void
SendSingleClient ( ) : void
SetMultiMsg ( Hashtable IPtoPeer, String msg, String self ) : void
SetSingleMsg ( String ip, String port, String msg ) : void

비공개 메소드들

메소드 설명
ConnectCallback ( IAsyncResult ar ) : void
Send ( Socket client, String data ) : void
SendCallback ( IAsyncResult ar ) : void

메소드 상세

SendMultiClient() 공개 메소드

public SendMultiClient ( ) : void
리턴 void

SendMultiClientChat() 공개 메소드

public SendMultiClientChat ( ) : void
리턴 void

SendSingleClient() 공개 메소드

public SendSingleClient ( ) : void
리턴 void

SetMultiMsg() 공개 메소드

public SetMultiMsg ( Hashtable IPtoPeer, String msg, String self ) : void
IPtoPeer System.Collections.Hashtable
msg String
self String
리턴 void

SetSingleMsg() 공개 메소드

public SetSingleMsg ( String ip, String port, String msg ) : void
ip String
port String
msg String
리턴 void

프로퍼티 상세

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

public static ManualResetEvent[],System.Threading resetEvent
리턴 System.Threading.ManualResetEvent[]