C# 클래스 Poderosa.PortForwarding.SynchronizedSocket

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

공개 메소드들

메소드 설명
BeginReceive ( byte buf, int offset, int length, SocketFlags flags, AsyncCallback cb, object state ) : void
Close ( ) : void
EndReceive ( IAsyncResult ar ) : int
Send ( byte data, int offset, int length, SocketFlags flags ) : int
ShutdownReceive ( ) : void
ShutdownSend ( ) : void
SynchronizedSocket ( Socket s ) : System

메소드 상세

BeginReceive() 공개 메소드

public BeginReceive ( byte buf, int offset, int length, SocketFlags flags, AsyncCallback cb, object state ) : void
buf byte
offset int
length int
flags SocketFlags
cb AsyncCallback
state object
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

EndReceive() 공개 메소드

public EndReceive ( IAsyncResult ar ) : int
ar IAsyncResult
리턴 int

Send() 공개 메소드

public Send ( byte data, int offset, int length, SocketFlags flags ) : int
data byte
offset int
length int
flags SocketFlags
리턴 int

ShutdownReceive() 공개 메소드

public ShutdownReceive ( ) : void
리턴 void

ShutdownSend() 공개 메소드

public ShutdownSend ( ) : void
리턴 void

SynchronizedSocket() 공개 메소드

public SynchronizedSocket ( Socket s ) : System
s Socket
리턴 System