FtpWebRequest.Headers Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
Headers
Gets or sets a collection of the name/value pairs that make up the HTTP headers.
Declaration
public override WebHeaderCollection Headers { get; set; }
Property Value
Type | Description |
---|---|
WebHeaderCollection | A WebHeaderCollection containing the name/value pairs that make up the headers for the HTTP request. |
Overrides
Remarks
Not used by FtpWebRequest.