C# Class UserApp.ClientBase

Afficher le fichier Open project: userapp-io/userapp-dotnet

Méthodes publiques

Méthode Description
DebugMode ( ) : bool
GetOptions ( ) : ClientOptions
HasLogger ( ) : bool
SetOptions ( dynamic argument ) : void

Méthodes protégées

Méthode Description
Log ( string message ) : void
Log ( string type, string message ) : void

Method Details

DebugMode() public méthode

public DebugMode ( ) : bool
Résultat bool

GetOptions() public méthode

public GetOptions ( ) : ClientOptions
Résultat ClientOptions

HasLogger() public méthode

public HasLogger ( ) : bool
Résultat bool

Log() protected méthode

protected Log ( string message ) : void
message string
Résultat void

Log() protected méthode

protected Log ( string type, string message ) : void
type string
message string
Résultat void

SetOptions() public méthode

public SetOptions ( dynamic argument ) : void
argument dynamic
Résultat void