C# 클래스 OakBot.TwitchConnection

파일 보기 프로젝트 열기: ocgineer/OakBot

공개 프로퍼티들

프로퍼티 타입 설명
clientId string
oAuthToken string
username string

공개 메소드들

메소드 설명
TwitchConnection ( string username, string clientId, string oAuthToken )

메소드 상세

TwitchConnection() 공개 메소드

public TwitchConnection ( string username, string clientId, string oAuthToken )
username string
clientId string
oAuthToken string

프로퍼티 상세

clientId 공개적으로 프로퍼티

public string clientId
리턴 string

oAuthToken 공개적으로 프로퍼티

public string oAuthToken
리턴 string

username 공개적으로 프로퍼티

public string username
리턴 string