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 Property Headers As WebHeaderCollection Get Set |
| C# |
|---|
public WebHeaderCollection Headers { get; set; } |