C# Class Amazon.DNXCore.IntegrationTests.General

Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
IncorrectNegativeClockSkewOffset System.TimeSpan
IncorrectPositiveClockSkewOffset System.TimeSpan

Méthodes publiques

Méthode Description
SetClockSkewCorrection ( System.TimeSpan value ) : void
TestClockSkewCorrection ( ) : void
TestExpiringCredentials ( ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
GetClientAction ( object client, string methodName, object request ) : System.Action
GetConfig ( object client ) : ClientConfig
GetSigner ( object client ) : AbstractAWSSigner
TestClient ( ClientTest ct ) : void
TestClientDispose ( ) : System.Threading.Tasks.Task
TestCredentials ( ProxyRefreshingAWSCredentials creds, bool expectFailure ) : System.Threading.Tasks.Task
TestExpire ( System.DateTime expire, bool expectFailure ) : System.Threading.Tasks.Task
TestExpireOffset ( bool returnExpiredCredentials ) : System.Threading.Tasks.Task
TestServiceCallForClockSkew ( System.Action action ) : void

Method Details

SetClockSkewCorrection() public static méthode

public static SetClockSkewCorrection ( System.TimeSpan value ) : void
value System.TimeSpan
Résultat void

TestClockSkewCorrection() public méthode

public TestClockSkewCorrection ( ) : void
Résultat void

TestExpiringCredentials() public méthode

public TestExpiringCredentials ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Property Details

IncorrectNegativeClockSkewOffset public_oe static_oe property

public static TimeSpan,System IncorrectNegativeClockSkewOffset
Résultat System.TimeSpan

IncorrectPositiveClockSkewOffset public_oe static_oe property

public static TimeSpan,System IncorrectPositiveClockSkewOffset
Résultat System.TimeSpan