C# Class Renci.SshNet.Abstractions.SocketAbstraction.BlockingSendReceiveToken

Inheritance: Token
Afficher le fichier Open project: sshnet/SSH.NET

Méthodes publiques

Méthode Description
BlockingSendReceiveToken ( Socket socket, byte buffer, int offset, int size, EventWaitHandle completionWaitHandle ) : System
Process ( SocketAsyncEventArgs args ) : void

Private Methods

Méthode Description
ResumeOperation ( SocketAsyncEventArgs args ) : void

Method Details

BlockingSendReceiveToken() public méthode

public BlockingSendReceiveToken ( Socket socket, byte buffer, int offset, int size, EventWaitHandle completionWaitHandle ) : System
socket Socket
buffer byte
offset int
size int
completionWaitHandle System.Threading.EventWaitHandle
Résultat System

Process() public méthode

public Process ( SocketAsyncEventArgs args ) : void
args System.Net.Sockets.SocketAsyncEventArgs
Résultat void