C# 클래스 SocketService.UDPServices

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

공개 프로퍼티들

프로퍼티 타입 설명
allDone System.Threading.ManualResetEvent

보호된 프로퍼티들

프로퍼티 타입 설명
_iep System.Net.IPEndPoint

공개 메소드들

메소드 설명
OnReceive ( IAsyncResult asyncResult ) : void
OnSent ( IAsyncResult asyncResult ) : void
ProcessBuffer ( StateObject state ) : void
SendData ( StateObject sendState, AsyncCallback callback ) : void
SendData ( StateObject sendState, int offset, AsyncCallback callback ) : void
UDPServices ( ) : System
UDPServices ( IPEndPoint ep ) : System
UDPServices ( int port ) : System

메소드 상세

OnReceive() 공개 메소드

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

OnSent() 공개 추상적인 메소드

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

ProcessBuffer() 공개 추상적인 메소드

public abstract ProcessBuffer ( StateObject state ) : void
state StateObject
리턴 void

SendData() 공개 메소드

public SendData ( StateObject sendState, AsyncCallback callback ) : void
sendState StateObject
callback AsyncCallback
리턴 void

SendData() 공개 메소드

public SendData ( StateObject sendState, int offset, AsyncCallback callback ) : void
sendState StateObject
offset int
callback AsyncCallback
리턴 void

UDPServices() 공개 메소드

public UDPServices ( ) : System
리턴 System

UDPServices() 공개 메소드

public UDPServices ( IPEndPoint ep ) : System
ep System.Net.IPEndPoint
리턴 System

UDPServices() 공개 메소드

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

프로퍼티 상세

_iep 보호되어 있는 프로퍼티

protected IPEndPoint,System.Net _iep
리턴 System.Net.IPEndPoint

allDone 공개적으로 프로퍼티

public ManualResetEvent,System.Threading allDone
리턴 System.Threading.ManualResetEvent