WebRequestHeaders Property |
Gets the collection of headers that shall be sent with the request.
Namespace:
NScrape
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax public NameValueCollection Headers { get; }
Public ReadOnly Property Headers As NameValueCollection
Get
public:
property NameValueCollection^ Headers {
NameValueCollection^ get ();
}
member Headers : NameValueCollection with get
Property Value
Type:
NameValueCollectionRemarks
Headers may be sent with the request by adding them to the headers collection.
See Also