CSocket Methods

Construction Methods

Method Description
CSocket Constructs a CSocket object.
Create Creates a socket.

Attributes Methods

Method Description
Attach Attaches a SOCKET handle to a CSocket object.
FromHandle Returns a pointer to a CSocket object, given a SOCKET handle.
IsBlocking Determines whether a blocking call is in progress.

Operations Methods

Method Description
CancelBlockingCall Cancels a blocking call currently in progress.

Overridable Methods

Method Description
OnMessagePending Processes pending messages while waiting for a blocking call to complete.