std.socket.address.to_host_name_string - multiple declarations
- Function Address.toHostNameString
- Function Address.toHostNameString
- Function Address.toHostNameString
- Function Address.toHostNameString
- Function Address.toHostNameString
Function Address.toHostNameString
Attempts to retrieve the host name as a fully qualified domain name.
Prototype
string toHostNameString() @safe const;
Returns
The FQDN corresponding to this , or Addressnull if
the host name did not resolve.
Throws
on error, or AddressException
if host SocketFeatureExceptionname lookup for this address family is not available on the
current system.
Function Address.toHostNameString
Attempts to retrieve the host name as a fully qualified domain name.
Prototype
string toHostNameString() @safe const;
Returns
The FQDN corresponding to this , or Addressnull if
the host name did not resolve.
Throws
on error, or AddressException
if host SocketFeatureExceptionname lookup for this address family is not available on the
current system.
Function Address.toHostNameString
Attempts to retrieve the host name as a fully qualified domain name.
Prototype
string toHostNameString() @safe const;
Returns
The FQDN corresponding to this , or Addressnull if
the host name did not resolve.
Throws
on error, or AddressException
if host SocketFeatureExceptionname lookup for this address family is not available on the
current system.
Function Address.toHostNameString
Attempts to retrieve the host name as a fully qualified domain name.
Prototype
string toHostNameString() @safe const;
Returns
The FQDN corresponding to this , or Addressnull if
the host name did not resolve.
Throws
on error, or AddressException
if host SocketFeatureExceptionname lookup for this address family is not available on the
current system.
Function Address.toHostNameString
Attempts to retrieve the host name as a fully qualified domain name.
Prototype
string toHostNameString() @safe const;
Returns
The FQDN corresponding to this , or Addressnull if
the host name did not resolve.
Throws
on error, or AddressException
if host SocketFeatureExceptionname lookup for this address family is not available on the
current system.
Authors
Christopher E. Miller, David Nadlinger, Vladimir Panteleev