Свойство | Тип | Описание | |
---|---|---|---|
botHttp |
Метод | Описание | |
---|---|---|
AddToViewersCol ( string viewerName ) : void |
Add the viewer as Viewer to the viewers collection. Creates a new Viewer and adds it to the database if needed.
|
|
ClearFolder ( |
||
GetClient ( ) : |
||
GetTwitchAlertsAuthToken ( string absoluteUrl ) : string | ||
GetTwitchAuthToken ( string absoluteUrl ) : string | ||
HideScriptErrors ( System.Windows.Controls.WebBrowser wb, bool hide ) : void | ||
RemoveFromViewersCol ( string viewerName ) : void |
Removes the viewer from the viewers collection.
|
|
StartWebserver ( ) : void | ||
SuppressWininetBehavior ( ) : void | ||
clearIECache ( ) : void | ||
getIdFromYouTube ( string youtube ) : string | ||
getTitleFromYouTube ( string link ) : string |
Метод | Описание | |
---|---|---|
InternetSetOption ( |
public static AddToViewersCol ( string viewerName ) : void | ||
viewerName | string | Viewers Twitch username to add |
Результат | void |
public static ClearFolder ( |
||
folder | ||
Результат | void |
public static GetClient ( ) : |
||
Результат |
public static GetTwitchAlertsAuthToken ( string absoluteUrl ) : string | ||
absoluteUrl | string | |
Результат | string |
public static GetTwitchAuthToken ( string absoluteUrl ) : string | ||
absoluteUrl | string | |
Результат | string |
public static HideScriptErrors ( System.Windows.Controls.WebBrowser wb, bool hide ) : void | ||
wb | System.Windows.Controls.WebBrowser | |
hide | bool | |
Результат | void |
public static RemoveFromViewersCol ( string viewerName ) : void | ||
viewerName | string | Viewers Twitch username to remove |
Результат | void |
public static SuppressWininetBehavior ( ) : void | ||
Результат | void |
public static getIdFromYouTube ( string youtube ) : string | ||
youtube | string | |
Результат | string |
public static getTitleFromYouTube ( string link ) : string | ||
link | string | |
Результат | string |