Amido.System.ServiceModel.HttpClientCacheAttribute.HttpClientCacheAttribute C# (CSharp) Method

HttpClientCacheAttribute() public method

public HttpClientCacheAttribute ( double maxSeconds ) : System
maxSeconds double
return System
    public HttpClientCacheAttribute(double maxSeconds)
    {
        this.maxSeconds = maxSeconds;
    }