:UnRegisterServer()
Class
Syntax
:UnRegisterServer( [nServer] ) -> lSuccess
Parameters
|
|
nServer |
Slot in internal array of nameservers. If not included, defaults to slot 0. |
Return
Logical indicating Success.
Returns .T. if the operation succeeds, otherwise returns .F.
Description
Remove a nameserver address from the current session
The UnRegisterServer method removes a registered nameserver from the current client session. The nameserver is used to resolve queries issued by the client, such as returning the IP address for a given host name. At least one nameserver must be registered by the client before queries are issued.
See Also