C# Class Poderosa.PortForwarding.SynchronizedSocket

Afficher le fichier Open project: poderosaproject/poderosa Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

BeginReceive() public méthode

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
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

EndReceive() public méthode

public EndReceive ( IAsyncResult ar ) : int
ar IAsyncResult
Résultat int

Send() public méthode

public Send ( byte data, int offset, int length, SocketFlags flags ) : int
data byte
offset int
length int
flags SocketFlags
Résultat int

ShutdownReceive() public méthode

public ShutdownReceive ( ) : void
Résultat void

ShutdownSend() public méthode

public ShutdownSend ( ) : void
Résultat void

SynchronizedSocket() public méthode

public SynchronizedSocket ( Socket s ) : System
s Socket
Résultat System