An NDoc Documented Class Library

SimpleDNSLookup.GetTextInformation Method 

Returns the text information for the given hostname.

public static string GetTextInformation(
   string hostname
);

Parameters

hostname
Hostname for which text information should be returned.

Return Value

Text information for the given hostname. null if no record is found.

Exceptions

Exception Type Condition
SocketException If the response is not received within the Timeout period.
Exception If the Name Server can't be determined or any other internal error occurs.

See Also

SimpleDNSLookup Class | Lavantech.Dns Namespace