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

Inheritance: ISocket
Datei anzeigen Open project: MindTouch/MindTouch.Clacks Class Usage Examples

Public Properties

Property Type Description
ConnectedCalled int
DisposeCalled int
ReceiveCallback Func
ReceiveCalled int
SendCallback System.Action
SendCalled int

Public Methods

Method 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 method

public Dispose ( ) : void
return void

FakeSocket() public method

public FakeSocket ( ) : System
return System

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

ConnectedCalled public_oe property

public int ConnectedCalled
return int

DisposeCalled public_oe property

public int DisposeCalled
return int

ReceiveCallback public_oe property

public Func ReceiveCallback
return Func

ReceiveCalled public_oe property

public int ReceiveCalled
return int

SendCallback public_oe property

public Action,System SendCallback
return System.Action

SendCalled public_oe property

public int SendCalled
return int