TwitchLib 3.5.3
|
Class used to store credentials used to connect to Twitch chat/whisper. More...
Public Member Functions | |
ConnectionCredentials (string twitchUsername, string twitchOAuth, string twitchWebsocketURI=DefaultWebSocketUri, bool disableUsernameCheck=false, Capabilities capabilities=null) | |
Constructor for ConnectionCredentials object. More... | |
Static Public Attributes | |
const string | DefaultWebSocketUri = "wss://irc-ws.chat.twitch.tv:443" |
Properties | |
string | TwitchWebsocketURI [get] |
Property representing URI used to connect to Twitch websocket service. More... | |
string | TwitchOAuth [get] |
Property representing bot's oauth. More... | |
string | TwitchUsername [get] |
Property representing bot's username. More... | |
Capabilities | Capabilities [get] |
Property representing capability requests sent to twitch. More... | |
Class used to store credentials used to connect to Twitch chat/whisper.
TwitchLib.Client.Models.ConnectionCredentials.ConnectionCredentials | ( | string | twitchUsername, |
string | twitchOAuth, | ||
string | twitchWebsocketURI = DefaultWebSocketUri , |
||
bool | disableUsernameCheck = false , |
||
Capabilities | capabilities = null |
||
) |
Constructor for ConnectionCredentials object.
|
static |
|
get |
Property representing capability requests sent to twitch.
|
get |
Property representing bot's oauth.
|
get |
Property representing bot's username.
|
get |
Property representing URI used to connect to Twitch websocket service.