SocketTools .NET Edition

DnsClient.HostServices Property

Return the well-known services available for the specified host.

[Visual Basic]
Public ReadOnly Property HostServices As String
[C#]
public string HostServices {get;}

Property Value

A string that specifies the available services.

Remarks

The HostServices property returns a string that contains a list of well-known services for the specified host. This corresponds to the WKS entry in the nameserver's database. The services returned depend on the protocol specified in the HostProtocol property.

See Also

DnsClient Class | SocketTools Namespace