Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Construction
| CSocket | Constructs a CSocket object. |
| Create | Creates a socket. |
Attributes
| IsBlocking | Determines whether a blocking call is in progress. |
| FromHandle | Returns a pointer to a CSocket object, given a SOCKET handle. |
| Attach | Attaches a SOCKET handle to a CSocket object. |
Operations
| CancelBlockingCall | Cancels a blocking call that is currently in progress. |
Overridables
| OnMessagePending | Called to process pending messages while waiting for a blocking call to complete. |