Property | Type | Description | |
---|---|---|---|
botHttp |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
InternetSetOption ( |
public static AddToViewersCol ( string viewerName ) : void | ||
viewerName | string | Viewers Twitch username to add |
return | void |
public static ClearFolder ( |
||
folder | ||
return | void |
public static GetClient ( ) : |
||
return |
public static GetTwitchAlertsAuthToken ( string absoluteUrl ) : string | ||
absoluteUrl | string | |
return | string |
public static GetTwitchAuthToken ( string absoluteUrl ) : string | ||
absoluteUrl | string | |
return | string |
public static HideScriptErrors ( System.Windows.Controls.WebBrowser wb, bool hide ) : void | ||
wb | System.Windows.Controls.WebBrowser | |
hide | bool | |
return | void |
public static RemoveFromViewersCol ( string viewerName ) : void | ||
viewerName | string | Viewers Twitch username to remove |
return | void |
public static SuppressWininetBehavior ( ) : void | ||
return | void |
public static getIdFromYouTube ( string youtube ) : string | ||
youtube | string | |
return | string |
public static getTitleFromYouTube ( string link ) : string | ||
link | string | |
return | string |