Opc.Ua.Core
GetHostAddresses Method



Opc.Ua Namespace > Utils Class : GetHostAddresses Method
Syntax
'Declaration
 
Public Shared Function GetHostAddresses( _
   ByVal hostNameOrAddress As String _
) As IPAddress()
'Usage
 
Dim hostNameOrAddress As String
Dim value() As IPAddress
 
value = Utils.GetHostAddresses(hostNameOrAddress)
public static IPAddress[] GetHostAddresses( 
   string hostNameOrAddress
)
public:
static array<IPAddress^>^ GetHostAddresses( 
   String^ hostNameOrAddress
) 

Parameters

hostNameOrAddress
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

Utils Class
Utils Members