NetworkService.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(string service, string protocol, string domain)

Creates a new #GNetworkService representing the given service, protocol, and domain. This will initially be unresolved; use the #GSocketConnectable interface to resolve it.

Parameters

servicethe service type to look up (eg, "ldap")
protocolthe networking protocol to use for service (eg, "tcp")
domainthe DNS domain to look up the service in

Returns

a new #GNetworkService