C# Class ACMESharp.Providers.CloudFlare.CloudFlareChallengeHandler

Inheritance: IChallengeHandler
Afficher le fichier Open project: ebekker/ACMESharp Class Usage Examples

Méthodes publiques

Méthode Description
CleanUp ( ACMESharp.ACME.Challenge c ) : void
Dispose ( ) : void
Handle ( ACMESharp.ACME.Challenge c ) : void

Private Methods

Méthode Description
AssertNotDisposed ( ) : void
GetCleanedRecordValue ( string recordValue ) : string

Method Details

CleanUp() public méthode

public CleanUp ( ACMESharp.ACME.Challenge c ) : void
c ACMESharp.ACME.Challenge
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Handle() public méthode

public Handle ( ACMESharp.ACME.Challenge c ) : void
c ACMESharp.ACME.Challenge
Résultat void