C# 클래스 CaveTube.CaveTalk.Lib.CaveTubeClientWrapper

상속: ACommentClient
파일 보기 프로젝트 열기: madguy/CaveTalk 1 사용 예제들

공개 메소드들

메소드 설명
AllowInstantMessageAsync ( Int32 commentNumber, String apiKey ) : Task
BanListener ( Int32 commentNumber, String apiKey ) : void
CaveTubeClientWrapper ( String accessKey ) : System
Connect ( ) : void
Dispose ( ) : void
HideComment ( Int32 commentNumber, string apiKey ) : void
HideId ( Int32 commentNumber, String apiKey ) : void
JoinRoomGenAsync ( String url ) : Task
LeaveRoom ( ) : void
MessageList ( IEnumerable messageList ) : void
PostComment ( String name, String message, String apiKey ) : void
ShowComment ( Int32 commentNumber, string apiKey ) : void
ShowId ( Int32 commentNumber, String apiKey ) : void
UnBanListener ( Int32 commentNumber, String apiKey ) : void

보호된 메소드들

메소드 설명
GetRoomInfoAsync ( String url ) : Task

비공개 메소드들

메소드 설명
AdminShout ( CaveTubeClient shout ) : void
Ban ( CaveTubeClient message ) : void
CaveTubeClientWrapper ( ) : System
CaveTubeClientWrapper ( CaveTubeClient client ) : System
Error ( CaveTubeClient e ) : void
HideComment ( CaveTubeClient message ) : void
InstantMessage ( String message ) : void
Join ( String roomId ) : void
Leave ( String roomId ) : void
NewMessage ( CaveTubeClient message ) : void
NotifyLiveClose ( CaveTubeClient e ) : void
NotifyLiveStart ( CaveTubeClient e ) : void
ShowComment ( CaveTubeClient message ) : void
UnBan ( CaveTubeClient message ) : void
UpdateMember ( Int32 count ) : void

메소드 상세

AllowInstantMessageAsync() 공개 메소드

public AllowInstantMessageAsync ( Int32 commentNumber, String apiKey ) : Task
commentNumber System.Int32
apiKey String
리턴 Task

BanListener() 공개 메소드

public BanListener ( Int32 commentNumber, String apiKey ) : void
commentNumber System.Int32
apiKey String
리턴 void

CaveTubeClientWrapper() 공개 메소드

public CaveTubeClientWrapper ( String accessKey ) : System
accessKey String
리턴 System

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetRoomInfoAsync() 보호된 메소드

protected GetRoomInfoAsync ( String url ) : Task
url String
리턴 Task

HideComment() 공개 메소드

public HideComment ( Int32 commentNumber, string apiKey ) : void
commentNumber System.Int32
apiKey string
리턴 void

HideId() 공개 메소드

public HideId ( Int32 commentNumber, String apiKey ) : void
commentNumber System.Int32
apiKey String
리턴 void

JoinRoomGenAsync() 공개 메소드

public JoinRoomGenAsync ( String url ) : Task
url String
리턴 Task

LeaveRoom() 공개 메소드

public LeaveRoom ( ) : void
리턴 void

MessageList() 공개 메소드

public MessageList ( IEnumerable messageList ) : void
messageList IEnumerable
리턴 void

PostComment() 공개 메소드

public PostComment ( String name, String message, String apiKey ) : void
name String
message String
apiKey String
리턴 void

ShowComment() 공개 메소드

public ShowComment ( Int32 commentNumber, string apiKey ) : void
commentNumber System.Int32
apiKey string
리턴 void

ShowId() 공개 메소드

public ShowId ( Int32 commentNumber, String apiKey ) : void
commentNumber System.Int32
apiKey String
리턴 void

UnBanListener() 공개 메소드

public UnBanListener ( Int32 commentNumber, String apiKey ) : void
commentNumber System.Int32
apiKey String
리턴 void