#include <servicedetect.h>
Public Member Functions | |
CServiceDetect (char *host, int port) | |
~CServiceDetect () | |
char * | getServiceName () |
Protected Member Functions | |
int | createSocket (char *hostname, int port) |
|
Constructor. Connect to the named host and port and attempt to detect the service running upon the host.
|
|
Destructor. |
|
Create a socket connection to the given server and port.
|
|
Get service name.
|