C# Class TeamMentor.CoreLib.API_Firebase_Extensionmethods_Config

Show file Open project: TeamMentor/Master

Public Methods

Method Description
firebase_AuthToken ( this firebase ) : string
firebase_DisableSslCertCheck ( this firebase ) : bool
firebase_ForceOffline ( this firebase ) : bool
firebase_RootArea ( this firebase ) : string
firebase_Site ( this firebase ) : string
offline ( this firebase ) : bool

Method Details

firebase_AuthToken() public static method

public static firebase_AuthToken ( this firebase ) : string
firebase this
return string

firebase_DisableSslCertCheck() public static method

public static firebase_DisableSslCertCheck ( this firebase ) : bool
firebase this
return bool

firebase_ForceOffline() public static method

public static firebase_ForceOffline ( this firebase ) : bool
firebase this
return bool

firebase_RootArea() public static method

public static firebase_RootArea ( this firebase ) : string
firebase this
return string

firebase_Site() public static method

public static firebase_Site ( this firebase ) : string
firebase this
return string

offline() public static method

public static offline ( this firebase ) : bool
firebase this
return bool