Gets or sets a collection of the name/value pairs that make up the HTTP headers.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
Visual Basic |
---|
Public Overrides Property Headers As WebHeaderCollection Get Set |
C# |
---|
public override WebHeaderCollection Headers { get; set; } |
Field Value
A WebHeaderCollection containing the name/value pairs that make up the headers for the HTTP request.Remarks
Not used by FtpWebRequest.