Sprog

Dns.ResolveTxt(String) Method

Definition

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

Parameters

name
String

Returns

Attributes

Applies to