C# 클래스 UserApp.ClientBase

파일 보기 프로젝트 열기: userapp-io/userapp-dotnet

공개 메소드들

메소드 설명
DebugMode ( ) : bool
GetOptions ( ) : ClientOptions
HasLogger ( ) : bool
SetOptions ( dynamic argument ) : void

보호된 메소드들

메소드 설명
Log ( string message ) : void
Log ( string type, string message ) : void

메소드 상세

DebugMode() 공개 메소드

public DebugMode ( ) : bool
리턴 bool

GetOptions() 공개 메소드

public GetOptions ( ) : ClientOptions
리턴 ClientOptions

HasLogger() 공개 메소드

public HasLogger ( ) : bool
리턴 bool

Log() 보호된 메소드

protected Log ( string message ) : void
message string
리턴 void

Log() 보호된 메소드

protected Log ( string type, string message ) : void
type string
message string
리턴 void

SetOptions() 공개 메소드

public SetOptions ( dynamic argument ) : void
argument dynamic
리턴 void