This method creates a new
socket.
Signaturevirtual int Create (const char* SocketAddress = NULL,
unsigned int nSocketPort = 0) = 0;
ParametersSocketAddress
The socket address. This can be set
to a host name that is a character string. The default value is NULL.
nSocketPort
The socket port number. The default
value is 0.
ReturnsThe method returns one of the following values:
- 0 - The operation failed.
- 1 - The operation was successful.