SetUploadStream Method
Sets the stream to be uploaded to the server.
Syntax
[VB.NET] Public Sub SetUploadStream(ByVal UploadStream As System.IO.Stream)
[C#] public void SetUploadStream(System.IO.Stream uploadStream);
Remarks
If an upload stream is set before calling UploadArchive the data will be read from this stream. The stream should be open and normally set to position 0.
NOTE: This method has a corresponding asynchronous version (SetUploadStreamAsync) for use in the Xamarin environment.