Create

This method creates a new socket.

Visibility

Public

Signature
virtual int Create (const char* SocketAddress = NULL,
   unsigned int nSocketPort = 0) = 0;
Parameters
SocketAddress

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.

Returns

The method returns one of the following values:


Feedback