Gets or sets whether or not the stream used with this request is
            	automatically closed when all of the content is read from the stream.         
            
 Declaration Syntax
 Declaration Syntax| C# | 
public bool AutoCloseStream { get; set; }
 Value
 Value
            	A value of true if the if the stream is
            	automatically closed when all of the content is read from the stream.
            	A value of false if otherwise.