Gets the headers associated with this response from the server.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
Visual Basic |
---|
Public Overrides ReadOnly Property Headers As WebHeaderCollection Get |
C# |
---|
public override WebHeaderCollection Headers { get; } |
Field Value
A WebHeaderCollection containing the header information returned with the response.Remarks
FtpWebResponse always returns an empty collection.