Xceed .NET Libraries Documentation
ComputeIPEndPoint Method


Xceed.SSH.Client Assembly > Xceed.SSH.Client Namespace > SocketIOProvider Class : ComputeIPEndPoint Method
Syntax
'Declaration
 
Public Shared Sub ComputeIPEndPoint( _
   ByVal hostName As String, _
   ByVal port As Integer, _
   ByRef endPoint As IPEndPoint, _
   ByRef name As String _
) 
'Usage
 
Dim hostName As String
Dim port As Integer
Dim endPoint As IPEndPoint
Dim name As String
 
SocketIOProvider.ComputeIPEndPoint(hostName, port, endPoint, name)
public static void ComputeIPEndPoint( 
   string hostName,
   int port,
   out IPEndPoint endPoint,
   out string name
)

Parameters

hostName
port
endPoint
name
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SocketIOProvider Class
SocketIOProvider Members