C# 클래스 Dbot.Client.WebSocketClient

상속: WebSocketListenerClient
파일 보기 프로젝트 열기: destinygg/bot 1 사용 예제들

공개 메소드들

메소드 설명
Visit ( Ban ban ) : void
Visit ( Mute mute ) : void
Visit ( PrivateMessage privateMessage ) : void
Visit ( PublicMessage publicMessage ) : void
Visit ( Subonly subonly ) : void
Visit ( UnMuteBan unMuteBan ) : void
WebSocketClient ( string websocketAuth ) : System

메소드 상세

Visit() 공개 메소드

public Visit ( Ban ban ) : void
ban Dbot.CommonModels.Ban
리턴 void

Visit() 공개 메소드

public Visit ( Mute mute ) : void
mute Dbot.CommonModels.Mute
리턴 void

Visit() 공개 메소드

public Visit ( PrivateMessage privateMessage ) : void
privateMessage Dbot.CommonModels.PrivateMessage
리턴 void

Visit() 공개 메소드

public Visit ( PublicMessage publicMessage ) : void
publicMessage Dbot.CommonModels.PublicMessage
리턴 void

Visit() 공개 메소드

public Visit ( Subonly subonly ) : void
subonly Dbot.CommonModels.Subonly
리턴 void

Visit() 공개 메소드

public Visit ( UnMuteBan unMuteBan ) : void
unMuteBan Dbot.CommonModels.UnMuteBan
리턴 void

WebSocketClient() 공개 메소드

public WebSocketClient ( string websocketAuth ) : System
websocketAuth string
리턴 System