C# 클래스 Ultralight.ClientExtensions

파일 보기 프로젝트 열기: ernstnaezer/ultralight

공개 메소드들

메소드 설명
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