C# Class Qyoto.QWebSecurityOrigin

Inheritance: Object, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Свойство Type Description
interceptor SmokeInvocation

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QWebSecurityOrigin ( Type dummy ) : System

Private Methods

Méthode Description
QWebSecurityOrigin ( ) : System

Method Details

AddLocalScheme() public static méthode

public static AddLocalScheme ( string scheme ) : void
scheme string
Résultat void

AllOrigins() public static méthode

public static AllOrigins ( ) : List
Résultat List

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

DatabaseQuota() public méthode

public DatabaseQuota ( ) : long
Résultat long

DatabaseUsage() public méthode

public DatabaseUsage ( ) : long
Résultat long

Databases() public méthode

public Databases ( ) : List
Résultat List

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Host() public méthode

public Host ( ) : string
Résultat string

LocalSchemes() public static méthode

public static LocalSchemes ( ) : List
Résultat List

Port() public méthode

public Port ( ) : int
Résultat int

QWebSecurityOrigin() public méthode

public QWebSecurityOrigin ( QWebSecurityOrigin other ) : System
other QWebSecurityOrigin
Résultat System

QWebSecurityOrigin() protected méthode

protected QWebSecurityOrigin ( Type dummy ) : System
dummy System.Type
Résultat System

RemoveLocalScheme() public static méthode

public static RemoveLocalScheme ( string scheme ) : void
scheme string
Résultat void

Scheme() public méthode

public Scheme ( ) : string
Résultat string

SetDatabaseQuota() public méthode

public SetDatabaseQuota ( long quota ) : void
quota long
Résultat void

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
Résultat SmokeInvocation