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