C# 클래스 BotVentic.Program

파일 보기 프로젝트 열기: 3ventic/BotVentic

공개 프로퍼티들

프로퍼티 타입 설명
StartedAt System.DateTime

Private Properties

프로퍼티 타입 설명
ConnectAsync void
KeepConnectionAlive void
Main void
UpdateBttvEmotes Task
UpdateFFZEmotes Task
UpdateTwitchEmotes Task

공개 메소드들

메소드 설명
RequestAsync ( string uri, bool includeClientId = false ) : Task

Get URL

UpdateAllEmotesAsync ( ) : Task

Update the list of all emoticons

비공개 메소드들

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

메소드 상세

RequestAsync() 공개 정적인 메소드

Get URL
public static RequestAsync ( string uri, bool includeClientId = false ) : Task
uri string URL to request
includeClientId bool
리턴 Task

UpdateAllEmotesAsync() 공개 정적인 메소드

Update the list of all emoticons
public static UpdateAllEmotesAsync ( ) : Task
리턴 Task

프로퍼티 상세

StartedAt 공개적으로 정적으로 프로퍼티

public static DateTime,System StartedAt
리턴 System.DateTime