Message |
public MessagePartial( string id, int number, int total )
Exception | Condition |
---|---|
ArgumentNullException | id is null. |
ArgumentOutOfRangeException | number is less than 1. -or- total is less than number. |
Creates a new message/partial entity.
Three (3) parameters must be specified in the Content-Type header of a message/partial: id, number, and total.
The "id" parameter is a unique identifier used to match the parts together.
The "number" parameter is the sequential (1-based) index of the partial message fragment.
The "total" parameter is the total number of pieces that make up the complete message.