Initializes a new instance of the FtpListener class.
[Visual Basic]Overloads Public Sub New( _
ByVal Port As Integer _
)
[C#]
public FtpListener(
int Port
);
Parameters
- Port
- The port to listen on.
Remarks
The FtpListener will start listening on all installed network cards.
Exceptions
Exception Type | Condition |
---|---|
System.ArgumentException | Port is not positive. |
See Also
FtpListener Class | FtpListener Members | Org.Mentalis.Proxy.Ftp Namespace | FtpListener Constructor Overload List