C# Class BotVentic.Program

Afficher le fichier Open project: 3ventic/BotVentic

Méthodes publiques

Свойство Type Description
StartedAt System.DateTime

Private Properties

Свойство Type Description
ConnectAsync void
KeepConnectionAlive void
Main void
UpdateBttvEmotes Task
UpdateFFZEmotes Task
UpdateTwitchEmotes Task

Méthodes publiques

Méthode Description
RequestAsync ( string uri, bool includeClientId = false ) : Task

Get URL

UpdateAllEmotesAsync ( ) : Task

Update the list of all emoticons

Private Methods

Méthode Description
ConnectAsync ( ) : void
KeepConnectionAlive ( ) : void
Main ( string args ) : void
UpdateBttvEmotes ( List e ) : Task

Update list of betterttv emoticons

UpdateFFZEmotes ( List e ) : Task

Update the list of FrankerFaceZ emoticons

UpdateTwitchEmotes ( List e ) : Task

Update the list of emoticons

Method Details

RequestAsync() public static méthode

Get URL
public static RequestAsync ( string uri, bool includeClientId = false ) : Task
uri string URL to request
includeClientId bool
Résultat Task

UpdateAllEmotesAsync() public static méthode

Update the list of all emoticons
public static UpdateAllEmotesAsync ( ) : Task
Résultat Task

Property Details

StartedAt public_oe static_oe property

public static DateTime,System StartedAt
Résultat System.DateTime