C# 클래스 Qyoto.QWebSecurityOrigin

상속: Object, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
interceptor SmokeInvocation

공개 메소드들

메소드 설명
AddLocalScheme ( string scheme ) : void
AllOrigins ( ) : List
DatabaseQuota ( ) : long
DatabaseUsage ( ) : long
Databases ( ) : List
Dispose ( ) : void
Host ( ) : string
LocalSchemes ( ) : List
Port ( ) : int
QWebSecurityOrigin ( QWebSecurityOrigin other ) : System
RemoveLocalScheme ( string scheme ) : void
Scheme ( ) : string
SetDatabaseQuota ( long quota ) : void

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
QWebSecurityOrigin ( Type dummy ) : System

비공개 메소드들

메소드 설명
QWebSecurityOrigin ( ) : System

메소드 상세

AddLocalScheme() 공개 정적인 메소드

public static AddLocalScheme ( string scheme ) : void
scheme string
리턴 void

AllOrigins() 공개 정적인 메소드

public static AllOrigins ( ) : List
리턴 List

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

DatabaseQuota() 공개 메소드

public DatabaseQuota ( ) : long
리턴 long

DatabaseUsage() 공개 메소드

public DatabaseUsage ( ) : long
리턴 long

Databases() 공개 메소드

public Databases ( ) : List
리턴 List

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Host() 공개 메소드

public Host ( ) : string
리턴 string

LocalSchemes() 공개 정적인 메소드

public static LocalSchemes ( ) : List
리턴 List

Port() 공개 메소드

public Port ( ) : int
리턴 int

QWebSecurityOrigin() 공개 메소드

public QWebSecurityOrigin ( QWebSecurityOrigin other ) : System
other QWebSecurityOrigin
리턴 System

QWebSecurityOrigin() 보호된 메소드

protected QWebSecurityOrigin ( Type dummy ) : System
dummy System.Type
리턴 System

RemoveLocalScheme() 공개 정적인 메소드

public static RemoveLocalScheme ( string scheme ) : void
scheme string
리턴 void

Scheme() 공개 메소드

public Scheme ( ) : string
리턴 string

SetDatabaseQuota() 공개 메소드

public SetDatabaseQuota ( long quota ) : void
quota long
리턴 void

프로퍼티 상세

interceptor 보호되어 있는 프로퍼티

protected SmokeInvocation,Qyoto interceptor
리턴 SmokeInvocation