FtpWebResponse.Headers Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
Headers
Gets the headers associated with this response from the server.
Declaration
public override WebHeaderCollection Headers { get; }
Property Value
Type | Description |
---|---|
WebHeaderCollection | A WebHeaderCollection containing the header information returned with the response. |
Overrides
Remarks
FtpWebResponse always returns an empty collection.