C# 클래스 SocketService.UDPClientService

상속: UDPServices
파일 보기 프로젝트 열기: wirepair/GHAST_priv8

공개 메소드들

메소드 설명
Connect ( ) : StateObject
GetResponse ( StateObject so ) : void
OnSent ( IAsyncResult asyncResult ) : void
UDPClientService ( IPEndPoint iep ) : System
UDPClientService ( int port ) : System

메소드 상세

Connect() 공개 메소드

public Connect ( ) : StateObject
리턴 StateObject

GetResponse() 공개 메소드

public GetResponse ( StateObject so ) : void
so StateObject
리턴 void

OnSent() 공개 메소드

public OnSent ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
리턴 void

UDPClientService() 공개 메소드

public UDPClientService ( IPEndPoint iep ) : System
iep System.Net.IPEndPoint
리턴 System

UDPClientService() 공개 메소드

public UDPClientService ( int port ) : System
port int
리턴 System