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

ObexHeaderCollection.Add Method

Adds a header to the collection.

Overload List

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);

See Also

ObexHeaderCollection Class | Brecham.Obex Namespace