Adds a header to the collection.
Adds a header of type Byte Sequence to the collection.
public void Add(ObexHeaderId,byte[]);
Adds a header of One-byte or Four-byte type to the collection.
public void Add(ObexHeaderId,int);
Adds a header of type Unicode String to the collection.
public void Add(ObexHeaderId,string);
Adds a header of One-byte or Four-byte type to the collection.
public void Add(ObexHeaderId,uint);
ObexHeaderCollection Class | Brecham.Obex Namespace