Amazon.DNXCore.IntegrationTests.General.ProxyRefreshingAWSCredentials.ProxyRefreshingAWSCredentials C# (CSharp) Method

ProxyRefreshingAWSCredentials() public method

public ProxyRefreshingAWSCredentials ( ) : System
return 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