Contains all the parameters
            that can be set when making a this request with the 
            TransferUtility method.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class TransferUtilityOpenStreamRequest : BaseDownloadRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | TransferUtilityOpenStreamRequest()()()() | Initializes a new instance of the TransferUtilityOpenStreamRequest class | 
|  | BucketName | 
            	Gets or sets the name of the bucket.
            (Inherited from BaseDownloadRequest.) | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Key | 
            	Gets or sets the key under which the Amazon S3 object is stored.
            (Inherited from BaseDownloadRequest.) | 
|  | ModifiedSinceDate | 
            	Gets or sets the ModifiedSinceDate property.
            (Inherited from BaseDownloadRequest.) | 
|  | Timeout | 
            	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.
            (Inherited from BaseDownloadRequest.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | UnmodifiedSinceDate | 
            	Gets or sets the UnmodifiedSinceDate property.
            (Inherited from BaseDownloadRequest.) | 
|  | VersionId | 
            	Gets or sets the version ID of the Amazon S3 object.
            (Inherited from BaseDownloadRequest.) | 
|  | WithBucketName(String) | Obsolete. 
            Sets the name of the bucket 
              	and returns this object instance, 
            	enabling additional method calls to be chained together.
             | 
|  | WithKey(String) | Obsolete. 
            	Sets the key under which the Amazon S3 object is stored 
            	and returns this object instance, 
            	enabling additional method calls to be chained together.
             | 
|  | WithModifiedSinceDate(DateTime) | Obsolete. 
            	Sets the ModifiedSinceDate property for this request
            	and returns this object instance, 
            	enabling additional method calls to be chained together.
            	When this is set, the Amazon S3 object is downloaded only if it
            	has been modified since the specified time. 
            	Otherwise, Amazon S3 returns a 304 error code.
             | 
|  | WithTimeout(Int32) | Obsolete. 
            	Sets the timeout property in milliseconds
            	and returns this object instance, 
            	enabling additional method calls to be chained together.
            	The value of this property is assigned to the
            	ReadWriteTimeout and Timeout properties of the
            	HTTPWebRequest object used for Amazon S3 GET Object requests.
               Set the timeout only if certain that
            	the file will not be transferred within the default intervals
            	for an HttpWebRequest.
             | 
|  | WithUnmodifiedSinceDate(DateTime) | Obsolete. 
            	Sets the UnmodifiedSinceDate property for this request
            	and returns this object instance, 
            	enabling additional method calls to be chained together.
            	When this is set, the Amazon S3 object is downloaded only if it
            	has been modified since the specified time. 
            	Otherwise, Amazon S3 returns a 412 error code.
             | 
|  | WithVersionId(String) | Obsolete. 
            	Sets the version ID of the Amazon S3 object
            	and returns this object instance, 
            	enabling additional method calls to be chained together. 
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | BaseDownloadRequest | |
|  | TransferUtilityOpenStreamRequest | |