FtpClient Constructor

Mentalis.org Proxy

Mentalis.org Proxy Documentation

FtpClient Constructor 

Initializes a new instance of the FtpClient class.

[Visual Basic]Public Sub New( _
   ByVal ClientSocket As System.Net.Sockets.Socket, _
   ByVal Destroyer As Org.Mentalis.Proxy.DestroyDelegate _
)
[C#]
public FtpClient(
   Socket ClientSocket,
   DestroyDelegate Destroyer
);

Parameters

ClientSocket
The Socket connection between this proxy server and the local client.
Destroyer
The callback method to be called when this Client object disconnects from the local client and the remote server.

See Also

FtpClient Class | FtpClient Members | Org.Mentalis.Proxy.Ftp Namespace