Поделиться через


CAsyncSocket::CAsyncSocket

Constructs a blank socket object.

CAsyncSocket( );

Заметки

After constructing the object, you must call its Create member function to create the SOCKET data structure and bind its address. (On the server side of a Windows Sockets communication, when the listening socket creates a socket to use in the Accept call, you do not call Create for that socket.)

Требования

Header: afxsock.h

См. также

Основные понятия

CAsyncSocket Class

CAsyncSocket Members

Hierarchy Chart

CAsyncSocket::Create