Insert a header of One-byte or Four-byte type at the front of the collection.
There are separate headers types for One-byte and Four-byte integral values, equivalent to Byte and Int32/UInt32 respectively. This overload will be called for UInt32 variables. Int32 and Byte variables will call the other overload Prepend
| Exception Type | Condition |
|---|---|
| ArgumentException | The Header ID does not represent an integral (One-byte/Four-byte) type. |
| ArgumentException | A header of the given ID already exixts. |
| ArgumentOutOfRangeException | A Header ID represent a One-Byte type, but the value is not a byte. |
ObexHeaderCollection Class | Brecham.Obex Namespace | ObexHeaderCollection.Prepend Overload List