Status Property
Status of the request is empty while in progress, 'OK' or error message upon completion.
Object Oriented Interface
public function getStatus();
Procedural Interface
ipworks_mx_get($res, 7 );
Default Value
''
Remarks
This property is reset each time the Resolve method is called. When a response comes from the DNSServer this property is set to "OK" in case of success or to an error message as described in the Response event.
This property is read-only.
Data Type
String