'Declaration
Public Shared Function GetHostAddressesAsync( _ ByVal hostNameOrAddress As String _ ) As Task(Of IPAddress())
'Usage
Dim hostNameOrAddress As String Dim value As Task(Of IPAddress()) value = Utils.GetHostAddressesAsync(hostNameOrAddress)
public static Task<IPAddress[]> GetHostAddressesAsync( string hostNameOrAddress )
public: static Task<array<IPAddress^>>^ GetHostAddressesAsync( String^ hostNameOrAddress )
Parameters
- hostNameOrAddress