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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also