Get or sets a collection of HTTP headers to send with a request.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Http (in Rebex.Http.dll)
Syntax
| Visual Basic | 
|---|
Public Overrides Property Headers As WebHeaderCollection Get Set  | 
| C# | 
|---|
public override WebHeaderCollection Headers { get; set; }  |