C# Класс Ultralight.ClientExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Connect() публичный статический Метод

Sends a 'CONNECT' message
public static Connect ( this client ) : void
client this
Результат void

Send() публичный статический Метод

Sends a 'SEND' message
public static Send ( this client, string message, string destination ) : void
client this
message string
destination string
Результат void

Subscribe() публичный статический Метод

Sends a 'SUBSCRIBE' message
public static Subscribe ( this client, string destination ) : void
client this
destination string
Результат void

UnSubscribe() публичный статический Метод

Sends an 'UNSUBSCRIBE' message
public static UnSubscribe ( this client, string destination ) : void
client this
destination string
Результат void