Creates the range formatted string and set the Range property.

C# |
public static void SetRange( this UploadMultipartPartRequest request, long start, long end )

- request (UploadMultipartPartRequest)
- start (Int64)
- The start of the range.
- end (Int64)
- The end of the range.

In Visual Basic and C#, you can call this method as an instance method on any object of type UploadMultipartPartRequest. When you use instance method syntax to call this method, omit the first parameter.