C# Class MindTouch.Clacks.Client.Tests.FakeSocket

Inheritance: ISocket
Afficher le fichier Open project: MindTouch/MindTouch.Clacks Class Usage Examples

Méthodes publiques

Свойство Type Description
ConnectedCalled int
DisposeCalled int
ReceiveCallback Func
ReceiveCalled int
SendCallback System.Action
SendCalled int

Méthodes publiques

Méthode Description
Dispose ( ) : void
FakeSocket ( ) : System
Receive ( byte buffer, int offset, int size ) : int
Send ( byte buffer, int offset, int size ) : int

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FakeSocket() public méthode

public FakeSocket ( ) : System
Résultat System

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

Property Details

ConnectedCalled public_oe property

public int ConnectedCalled
Résultat int

DisposeCalled public_oe property

public int DisposeCalled
Résultat int

ReceiveCallback public_oe property

public Func ReceiveCallback
Résultat Func

ReceiveCalled public_oe property

public int ReceiveCalled
Résultat int

SendCallback public_oe property

public Action,System SendCallback
Résultat System.Action

SendCalled public_oe property

public int SendCalled
Résultat int