ภาษา

Dns.ResolvePtr Method

Definition

Overloads

ResolvePtr(IPAddress)

Source:
Dns.Resolve.cs
public:
 static System::Net::DnsResult<System::Net::PtrRecord> ResolvePtr(System::Net::IPAddress ^ address);
[System.Runtime.Versioning.UnsupportedOSPlatform("android")]
[System.Runtime.Versioning.UnsupportedOSPlatform("wasi")]
public static System.Net.DnsResult<System.Net.PtrRecord> ResolvePtr(System.Net.IPAddress address);
[<System.Runtime.Versioning.UnsupportedOSPlatform("android")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("wasi")>]
static member ResolvePtr : System.Net.IPAddress -> System.Net.DnsResult<System.Net.PtrRecord>
Public Shared Function ResolvePtr (address As IPAddress) As DnsResult(Of PtrRecord)

Parameters

address
IPAddress

Returns

Attributes

Applies to

ResolvePtr(String)

Source:
Dns.Resolve.cs
public:
 static System::Net::DnsResult<System::Net::PtrRecord> ResolvePtr(System::String ^ name);
[System.Runtime.Versioning.UnsupportedOSPlatform("android")]
[System.Runtime.Versioning.UnsupportedOSPlatform("wasi")]
public static System.Net.DnsResult<System.Net.PtrRecord> ResolvePtr(string name);
[<System.Runtime.Versioning.UnsupportedOSPlatform("android")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("wasi")>]
static member ResolvePtr : string -> System.Net.DnsResult<System.Net.PtrRecord>
Public Shared Function ResolvePtr (name As String) As DnsResult(Of PtrRecord)

Parameters

name
String

Returns

Attributes

Applies to