C# Class CaveTube.CaveTalk.Lib.CaveTubeClientWrapper

Inheritance: ACommentClient
Afficher le fichier Open project: madguy/CaveTalk Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
GetRoomInfoAsync ( String url ) : Task

Private Methods

Méthode Description
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

Method Details

AllowInstantMessageAsync() public méthode

public AllowInstantMessageAsync ( Int32 commentNumber, String apiKey ) : Task
commentNumber System.Int32
apiKey String
Résultat Task

BanListener() public méthode

public BanListener ( Int32 commentNumber, String apiKey ) : void
commentNumber System.Int32
apiKey String
Résultat void

CaveTubeClientWrapper() public méthode

public CaveTubeClientWrapper ( String accessKey ) : System
accessKey String
Résultat System

Connect() public méthode

public Connect ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetRoomInfoAsync() protected méthode

protected GetRoomInfoAsync ( String url ) : Task
url String
Résultat Task

HideComment() public méthode

public HideComment ( Int32 commentNumber, string apiKey ) : void
commentNumber System.Int32
apiKey string
Résultat void

HideId() public méthode

public HideId ( Int32 commentNumber, String apiKey ) : void
commentNumber System.Int32
apiKey String
Résultat void

JoinRoomGenAsync() public méthode

public JoinRoomGenAsync ( String url ) : Task
url String
Résultat Task

LeaveRoom() public méthode

public LeaveRoom ( ) : void
Résultat void

MessageList() public méthode

public MessageList ( IEnumerable messageList ) : void
messageList IEnumerable
Résultat void

PostComment() public méthode

public PostComment ( String name, String message, String apiKey ) : void
name String
message String
apiKey String
Résultat void

ShowComment() public méthode

public ShowComment ( Int32 commentNumber, string apiKey ) : void
commentNumber System.Int32
apiKey string
Résultat void

ShowId() public méthode

public ShowId ( Int32 commentNumber, String apiKey ) : void
commentNumber System.Int32
apiKey String
Résultat void

UnBanListener() public méthode

public UnBanListener ( Int32 commentNumber, String apiKey ) : void
commentNumber System.Int32
apiKey String
Résultat void