Constructor ContentStatus
ContentStatus(string, int, int)
Constructor for ContentStatus.
Declaration
public ContentStatus(string uploadHash, int uploadLength, int uploadOffset)
Parameters
| Type | Name | Description |
|---|---|---|
| string | uploadHash | ContentHash |
| int | uploadLength | ContentLength |
| int | uploadOffset | UploadOffset |