C# Class Droog.Beanstalk.Client.Test.FakeDisposableSocket

Inheritance: ISocket
Mostra file Open project: sdether/libBeanstalk.NET Class Usage Examples

Public Properties

Property Type Description
Disposed bool

Public Methods

Method Description
Dispose ( ) : void
Receive ( byte buffer, int offset, int size ) : int
Send ( byte buffer, int offset, int size ) : int

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Receive() public method

public Receive ( byte buffer, int offset, int size ) : int
buffer byte
offset int
size int
return int

Send() public method

public Send ( byte buffer, int offset, int size ) : int
buffer byte
offset int
size int
return int

Property Details

Disposed public_oe property

public bool Disposed
return bool