Provides an FTP-specific implementation of the WebResponse class.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Class FtpWebResponse _
	Inherits WebResponse
C#
public class FtpWebResponse : WebResponse

Remarks

The FtpWebResponse class contains support for the properties and methods included in WebResponse.

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.Net..::..WebResponse
      Rebex.Net..::..FtpWebResponse

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also