Base class for all S3 operation requests.
            Provides a header collection which can is used to store the request headers.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class S3Request : IS3RequestEvents
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | S3Request()()()() | Initializes a new instance of the S3Request class | 
|  | AddHeader(String, String) | 
            Adds the header to the collection of headers for the request.
             | 
|  | AddHeaders(NameValueCollection) | 
            Adds all of the specified key/value pairs into the request headers collection.
             | 
|  | 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.) | 
|  | InputStream | 
            Input stream for the request; content for the request will be read from the stream.
             | 
|  | ReadWriteTimeout | 
            Overrides the default HttpWebRequest ReadWriteTimeout value.
             | 
|  | Timeout | 
            Overrides the default HttpWebRequest timeout value.
             | 
|  | ToString()()()() | (Overrides Object.ToString()()()().) | 
|  | WithInputStream(Stream) | Obsolete. 
            Sets an input stream for the request; content for the request will be read from the stream.
             | 
|  | WithReadWriteTimeout(Int32) | Obsolete. 
            Overrides the default HttpWebRequest ReadWriteTimeout value.
             | 
|  | WithTimeout(Int32) | Obsolete. 
            Overrides the default HttpWebRequest timeout value.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy
