ObexListenerRequestHeaders Property

Gets the collection of header name/value pairs sent in the request.

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
C#
public WebHeaderCollection Headers { get; }

Property Value

WebHeaderCollection
A WebHeaderCollection that contains the OBEX headers included in the request.

Remarks

For a complete list of request headers, see the ObexHeader enumeration.

See Also