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.

C# |
public bool AutoCloseStream { get; set; }

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.