Skip to content

RestRequest.SetFileFragment

Overview

RestRequest RestRequest.SetFileFragment ( size )
Sets to buffer size for partial upload fragment size.

Arguments

Number size Size of fragment size.

Remarks

  • This method used to send body file uploads in small fragments (chunks)
  • Before using this method, please ensure target rest service is supports the "Content-Range" header.

Examples

See Also