InedoSDK Reference
Version:

UploadStream Class

Specialized write-only stream used for submitting a chunk of a large upload to a FileSystem.

Inheritance Hierarchy

  • object
    • System.MarshalByRefObject
      • System.IO.Stream
        • Inedo.Extensibility.FileSystems.UploadStream

Syntax

public class UploadStream : System.IO.Stream

Remarks

Implementers must call the Inedo.Extensibility.FileSystems.UploadStream.IncrementBytesWritten(System.Int64) method whenever data is written in any of the Write method overrides.