|
|
|||||
|
The get_version method retrieves the NSSOAP API and fax server versions from the fax server.
|
|||||
|
Parameters: |
|||||
|
|||||
|
Return Value: |
|||||
| A GET_VERSION_RESULT object containing a result code and string, and version strings for the NSSOAP API and fax server. | |||||
Example: |
|||||
public string get_version()
{
NSSOAP ns = new NSSOAP();
GET_VERSION_RESULT gvr = ns.get_version();
return(gvr.nssoap_api_version);
} |
|||||
See Also: |
|||||
| send_message, get_message_q, abort_message | |||||
|
|