Skip to content

BodyLengths

Provides constants representing different, special body lengths for HTTP requests with upload streams.

Fields:

Int64 BodyLengths.UnknownWithChunkedTransferEncoding

The UploadStreamBase's length is unknown and the plugin have to send data with 'chunked' transfer-encoding.

Int64 BodyLengths.UnknownRaw

The UploadStreamBase's length is unknown and the plugin have to send data as-is, without any encoding.

Int64 BodyLengths.NoBody

No content to send.

Comments