Sprog

Dns.ResolveCName(String) Method

Definition

public:
 static System::Net::DnsResult<System::Net::CNameRecord> ResolveCName(System::String ^ name);
[System.Runtime.Versioning.UnsupportedOSPlatform("android")]
[System.Runtime.Versioning.UnsupportedOSPlatform("wasi")]
public static System.Net.DnsResult<System.Net.CNameRecord> ResolveCName(string name);
[<System.Runtime.Versioning.UnsupportedOSPlatform("android")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("wasi")>]
static member ResolveCName : string -> System.Net.DnsResult<System.Net.CNameRecord>
Public Shared Function ResolveCName (name As String) As DnsResult(Of CNameRecord)

Parameters

name
String

Returns

Attributes

Applies to