CAsyncSocket::ShutDown

This method disables reception, transmission, or both on a socket.

At a Glance

Header file: Afxsock.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

BOOL ShutDown( int nHow = sends );

See Also

CAsyncSocket::Connect, CAsyncSocket::Create