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

Inheritance: ISocket
Afficher le fichier Open project: sdether/libBeanstalk.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
DisposeCalled int

Méthodes publiques

Méthode Description
Dispose ( ) : void
Expect ( string sent, string received ) : void
MockSocket ( ) : System.Collections.Generic
Receive ( byte buffer, int offset, int size ) : int
Send ( byte buffer, int offset, int size ) : int
Verify ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Expect() public méthode

public Expect ( string sent, string received ) : void
sent string
received string
Résultat void

MockSocket() public méthode

public MockSocket ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Receive() public méthode

public Receive ( byte buffer, int offset, int size ) : int
buffer byte
offset int
size int
Résultat int

Send() public méthode

public Send ( byte buffer, int offset, int size ) : int
buffer byte
offset int
size int
Résultat int

Verify() public méthode

public Verify ( ) : void
Résultat void

Property Details

DisposeCalled public_oe property

public int DisposeCalled
Résultat int