AWSSDK_DotNet.IntegrationTests.Tests.General.ProxyRefreshingAWSCredentials.ProxyRefreshingAWSCredentials C# (CSharp) Метод

ProxyRefreshingAWSCredentials() публичный Метод

public ProxyRefreshingAWSCredentials ( ) : System
Результат 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