ObexListenerRequestHeaders Property
Gets the collection of header name/value pairs sent in the request.
Namespace: InTheHand.NetAssembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
public WebHeaderCollection Headers { get; }
Public ReadOnly Property Headers As WebHeaderCollection
Get
public:
property WebHeaderCollection^ Headers {
WebHeaderCollection^ get ();
}
member Headers : WebHeaderCollection with get
Property Value
WebHeaderCollectionA
WebHeaderCollection that contains the OBEX headers included in the request.
For a complete list of request headers, see the
ObexHeader enumeration.