'Declaration Public Overloads Sub PrepareConnect( _ ByVal localEndPoint As IPEndPoint, _ ByVal serverEndPoint As IPEndPoint, _ ByVal serverName As String _ )
'Usage Dim instance As SSHClient Dim localEndPoint As IPEndPoint Dim serverEndPoint As IPEndPoint Dim serverName As String instance.PrepareConnect(localEndPoint, serverEndPoint, serverName)
public void PrepareConnect( IPEndPoint localEndPoint, IPEndPoint serverEndPoint, string serverName )
Parameters
- localEndPoint
- serverEndPoint
- serverName