C# Class YouTube.ChatSample.Console.Program

Exibir arquivo 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_oe static_oe property

public static string clientID
return string

clientSecret public_oe static_oe property

public static string clientSecret
return string

scopes public_oe static_oe property

public static List scopes
return List