C# Class Ultralight.Tests.MockClient

Inheritance: IStompClient
Exibir arquivo Open project: ernstnaezer/ultralight Class Usage Examples

Public Methods

Method Description
Close ( ) : void

Closes this instance.

CompareTo ( IStompClient other ) : int
Equals ( MockClient other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Send ( StompMessage message ) : void

Sends a message to the client

Method Details

Close() public method

Closes this instance.
public Close ( ) : void
return void

CompareTo() public method

public CompareTo ( IStompClient other ) : int
other IStompClient
return int

Equals() public method

public Equals ( MockClient other ) : bool
other MockClient
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Send() public method

Sends a message to the client
public Send ( StompMessage message ) : void
message StompMessage
return void