DnssdServiceInstance.ToString Method

Definition

Gets the DNS Server Resource Record (SRV RR) of this service instance, as a string.

See RFC 1034 DOMAIN NAMES - CONCEPTS AND FACILITIES for the format and contents of the DNS SRV RR, and RFC 2782 and RFC 6763 DNS-Based Service Discovery for details about how DNS-SD clients and servers use those records.

public:
 virtual Platform::String ^ ToString() = ToString;
winrt::hstring ToString();
public string ToString();
function toString()
Public Function ToString () As String

Returns

String

Platform::String

winrt::hstring

The DNS Server Resource Record of this server instance.

Implements

Applies to