C# Class Ultralight.Tests.MockClient

Inheritance: IStompClient
Afficher le fichier Open project: ernstnaezer/ultralight Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Closes this instance.
public Close ( ) : void
Résultat void

CompareTo() public méthode

public CompareTo ( IStompClient other ) : int
other IStompClient
Résultat int

Equals() public méthode

public Equals ( MockClient other ) : bool
other MockClient
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Send() public méthode

Sends a message to the client
public Send ( StompMessage message ) : void
message StompMessage
Résultat void