Gets or sets the timeout property in milliseconds.
            	The value of this property is assigned to the
            	ReadWriteTimeout and Timeout properties of the
            	HTTPWebRequest object used for Amazon S3 GET Object requests.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public int Timeout { get; set; }
 Remarks
 Remarks
            	A value less than or equal to 0 will be silently ignored.
            
 See Also
 See Also