Reads content from the stream and sends it to the server.
[VB.NET] Public Function SetSendStreamAsync(ByVal SendStream As System.IO.Stream) As Task
[C#] public Task SetSendStreamAsync(System.IO.Stream sendStream);