C# Class YouTube.ChatSample.Console.Program

Show file Open project: SaviorXTanren/StreamingClientLibrary

Public Properties

Property Type Description
clientID string
clientSecret string
scopes List

Public Methods

Method Description
Main ( Array args ) : void

Private Methods

Method Description
Client_OnMessagesReceived ( object sender, IEnumerable messages ) : void
Logger_LogOccurred ( object sender, Log log ) : void

Method Details

Main() public static method

public static Main ( Array args ) : void
args Array
return void

Property Details

clientID public static property

public static string clientID
return string

clientSecret public static property

public static string clientSecret
return string

scopes public static property

public static List scopes
return List