Gets the collection of header name/value pairs sent in the request.
| C# | Visual Basic |
public WebHeaderCollection Headers { get; }
Public ReadOnly Property Headers As WebHeaderCollection
A WebHeaderCollection that contains the OBEX headers included in the request.
For a complete list of request headers, see the ObexHeader enumeration.