C# Class Qyoto.QSslError

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
Certificate ( ) : QSslCertificate
Dispose ( ) : void
Equals ( object o ) : bool
Error ( ) : QSslError.SslError
ErrorString ( ) : string
GetHashCode ( ) : int
QSslError ( QSslError error ) : System
QSslError ( QSslError error, QSslCertificate certificate ) : System
operator ( ) : bool

Méthodes protégées

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

Private Methods

Méthode Description
QSslError ( ) : System

Method Details

Certificate() public méthode

public Certificate ( ) : QSslCertificate
Résultat QSslCertificate

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

Error() public méthode

public Error ( ) : QSslError.SslError
Résultat QSslError.SslError

ErrorString() public méthode

public ErrorString ( ) : string
Résultat string

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

QSslError() public méthode

public QSslError ( QSslError error ) : System
error QSslError
Résultat System

QSslError() public méthode

public QSslError ( QSslError error, QSslCertificate certificate ) : System
error QSslError
certificate QSslCertificate
Résultat System

QSslError() protected méthode

protected QSslError ( Type dummy ) : System
dummy Type
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

interceptor protected_oe property

protected SmokeInvocation interceptor
Résultat SmokeInvocation