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

Inheritance: Token
Datei anzeigen Open project: sshnet/SSH.NET

Public Methods

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

Private Methods

Method Description
ResumeOperation ( SocketAsyncEventArgs args ) : void

Method Details

BlockingSendReceiveToken() public method

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
return System

Process() public method

public Process ( SocketAsyncEventArgs args ) : void
args System.Net.Sockets.SocketAsyncEventArgs
return void