C# Class UserApp.ClientBase

Exibir arquivo Open project: userapp-io/userapp-dotnet

Public Methods

Method Description
DebugMode ( ) : bool
GetOptions ( ) : ClientOptions
HasLogger ( ) : bool
SetOptions ( dynamic argument ) : void

Protected Methods

Method Description
Log ( string message ) : void
Log ( string type, string message ) : void

Method Details

DebugMode() public method

public DebugMode ( ) : bool
return bool

GetOptions() public method

public GetOptions ( ) : ClientOptions
return ClientOptions

HasLogger() public method

public HasLogger ( ) : bool
return bool

Log() protected method

protected Log ( string message ) : void
message string
return void

Log() protected method

protected Log ( string type, string message ) : void
type string
message string
return void

SetOptions() public method

public SetOptions ( dynamic argument ) : void
argument dynamic
return void