C# 클래스 Amazon.DNXCore.IntegrationTests.General

파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 프로퍼티들

프로퍼티 타입 설명
IncorrectNegativeClockSkewOffset System.TimeSpan
IncorrectPositiveClockSkewOffset System.TimeSpan

공개 메소드들

메소드 설명
SetClockSkewCorrection ( System.TimeSpan value ) : void
TestClockSkewCorrection ( ) : void
TestExpiringCredentials ( ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
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

메소드 상세

SetClockSkewCorrection() 공개 정적인 메소드

public static SetClockSkewCorrection ( System.TimeSpan value ) : void
value System.TimeSpan
리턴 void

TestClockSkewCorrection() 공개 메소드

public TestClockSkewCorrection ( ) : void
리턴 void

TestExpiringCredentials() 공개 메소드

public TestExpiringCredentials ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

프로퍼티 상세

IncorrectNegativeClockSkewOffset 공개적으로 정적으로 프로퍼티

public static TimeSpan,System IncorrectNegativeClockSkewOffset
리턴 System.TimeSpan

IncorrectPositiveClockSkewOffset 공개적으로 정적으로 프로퍼티

public static TimeSpan,System IncorrectPositiveClockSkewOffset
리턴 System.TimeSpan