Parses a PASV reply into an instance of the IPEndPoint class.
[Visual Basic]Private Function ParsePasvIP( _
ByVal Reply As String _
) As System.Net.IPEndPoint
[C#]
private IPEndPoint ParsePasvIP(
string Reply
);
Parameters
- Reply
- The reply to parse into an IPEndPoint.
Return Value
An instance of the IPEndPoint class when successful, null otherwise.
See Also
FtpDataConnection Class | FtpDataConnection Members | Org.Mentalis.Proxy.Ftp Namespace