CAsyncSocket::ShutDown

This member function disables reception, transmission, or both on a socket.

Syntax

BOOL ShutDown( int nHow = sends );

At a Glance

Header file: Afxsock.h
Platforms:
Versions: 2.0 and later
Complete documentation Visual C++ documentation

See Also

CAsyncSocket Overview, CAsyncSocket Member Functions, Windows Sockets Classes, CAsyncSocket::Connect, CAsyncSocket::Create