The FtpWebResponse type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkContentLength
Gets the length of the content returned by the request.
(Overrides WebResponse..::..ContentLength.)
Public propertySupported by the .NET Compact FrameworkContentType
Gets the content type of the response.
(Overrides WebResponse..::..ContentType.)
Public propertySupported by the .NET Compact FrameworkHeaders
Gets the headers associated with this response from the server.
(Overrides WebResponse..::..Headers.)
Public propertySupported by the .NET Compact FrameworkResponseUri
Gets the URI of the request.
(Overrides WebResponse..::..ResponseUri.)

See Also