C# 클래스 SocketService.UDPServerService

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

공개 메소드들

메소드 설명
OnSent ( IAsyncResult asyncResult ) : void
StartListening ( ) : void
UDPServerService ( IPEndPoint iep ) : System
UDPServerService ( int port ) : System

메소드 상세

OnSent() 공개 메소드

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

StartListening() 공개 메소드

public StartListening ( ) : void
리턴 void

UDPServerService() 공개 메소드

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

UDPServerService() 공개 메소드

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