Share via


DeviceNetworkInformation.ResolveHostNameAsync Method (DnsEndPoint, NameResolutionCallback, Object)

Namespace:  Microsoft.Phone.Net.NetworkInformation
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Shared Sub ResolveHostNameAsync ( _
    endPoint As DnsEndPoint, _
    callback As NameResolutionCallback, _
    context As Object _
)
public static void ResolveHostNameAsync(
    DnsEndPoint endPoint,
    NameResolutionCallback callback,
    Object context
)
public:
static void ResolveHostNameAsync(
    DnsEndPoint^ endPoint, 
    NameResolutionCallback^ callback, 
    Object^ context
)
static member ResolveHostNameAsync : 
        endPoint:DnsEndPoint * 
        callback:NameResolutionCallback * 
        context:Object -> unit

Parameters

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

DeviceNetworkInformation Class

ResolveHostNameAsync Overload

Microsoft.Phone.Net.NetworkInformation Namespace