![]() |
SetTCPOptions() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Public Function |
Declared in: TCPSocket.h |
void SetTCPOptions( BOOL bOptions);
Supply the class of TCP options
try { //Do we want options, normaly not m_Options=bOptions; if (m_TCPOptions) { delete m_TCPOptions; m_TCPOptions=NULL; } if (bOptions) m_TCPOptions=new CTCPOptions; } ERROR_HANDLER("SetTCPOptions")
![]() |
Site content copyright © 2001 Barak Weichselbaum. See the About page for additional notices. This page last updated: 24 Apr 2001. |