C# Class Ultralight.ClientExtensions

Afficher le fichier Open project: ernstnaezer/ultralight

Méthodes publiques

Méthode Description
Connect ( this client ) : void

Sends a 'CONNECT' message

Send ( this client, string message, string destination ) : void

Sends a 'SEND' message

Subscribe ( this client, string destination ) : void

Sends a 'SUBSCRIBE' message

UnSubscribe ( this client, string destination ) : void

Sends an 'UNSUBSCRIBE' message

Method Details

Connect() public static méthode

Sends a 'CONNECT' message
public static Connect ( this client ) : void
client this
Résultat void

Send() public static méthode

Sends a 'SEND' message
public static Send ( this client, string message, string destination ) : void
client this
message string
destination string
Résultat void

Subscribe() public static méthode

Sends a 'SUBSCRIBE' message
public static Subscribe ( this client, string destination ) : void
client this
destination string
Résultat void

UnSubscribe() public static méthode

Sends an 'UNSUBSCRIBE' message
public static UnSubscribe ( this client, string destination ) : void
client this
destination string
Résultat void