4using System.Threading.Tasks;
Response for when file transfers are necessary.
Reads and writes to Streams associated with FileTicketResponses.
Task< ErrorMessageResponse > SetUploadStream(FileTicketResponse ticket, Stream stream, CancellationToken cancellationToken)
Sets the Stream for a given ticket associated with a pending upload.
Task< Tuple< Stream, ErrorMessageResponse > > RetrieveDownloadStream(FileTicketResponse ticket, CancellationToken cancellationToken)
Gets the the Stream for a given ticket associated with a pending download.