DnssdServiceInstance.ToString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The DNS Server Resource Record of this server instance.