C# 클래스 Spinach.BroadcastClient

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

공개 메소드들

메소드 설명
BroadcastClient ( string IP, int port, string msg ) : System
StartClient ( object cnt ) : void

비공개 메소드들

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

메소드 상세

BroadcastClient() 공개 메소드

public BroadcastClient ( string IP, int port, string msg ) : System
IP string
port int
msg string
리턴 System

StartClient() 공개 메소드

public StartClient ( object cnt ) : void
cnt object
리턴 void