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

ObexParsedPdu.Headers Property

Get the headers from the parsed PDU, as a ObexHeaderCollection.

[Visual Basic]
Public ReadOnly Property Headers As ObexHeaderCollection
[C#]
public Brecham.Obex.ObexHeaderCollection Headers {get;}

Remarks

If the PDU contains no headers an empty collection is returned. Note that any extra pre-headers bytes as used in the Connnect PDUs and in SetPath request PDUs are returned as a header with id ProxyPreHeadersBytes

See Also

ObexParsedPdu Class | Brecham.Obex.Pdus Namespace