Brecham.Obex — An OBEX library for the .NET Framework

ObexHeaderCollection.Prepend Method

Inserts a header of integral type to the front of the collection.

Overload List

Insert a header of One-byte or Four-byte type at the front of the collection.

public void Prepend(ObexHeaderId,int);

Insert a header of One-byte or Four-byte type at the front of the collection.

public void Prepend(ObexHeaderId,uint);

See Also

ObexHeaderCollection Class | Brecham.Obex Namespace