Amazon.DNXCore.IntegrationTests.General.ProxyRefreshingAWSCredentials.ProxyRefreshingAWSCredentials C# (CSharp) Méthode

ProxyRefreshingAWSCredentials() public méthode

public ProxyRefreshingAWSCredentials ( ) : System
Résultat System
            public ProxyRefreshingAWSCredentials()
                : this(TimeSpan.FromHours(6))
            { }
            public ProxyRefreshingAWSCredentials(TimeSpan expireOffset)

Same methods

General.ProxyRefreshingAWSCredentials::ProxyRefreshingAWSCredentials ( System.DateTime expireValue ) : System
General.ProxyRefreshingAWSCredentials::ProxyRefreshingAWSCredentials ( System.TimeSpan expireOffset ) : System
General.ProxyRefreshingAWSCredentials