Member index for:
CTCPSocketAsync
m_bDisabledConnect
m_ulTimeout
Accepted()
BeforeAccept()
Close()
Connect(IP aDestinationAddress, unsigned short usDestinationPort, BOOL bDisableAsync=FALSE, BOOL bForceErrorEvent=FALSE)
Connect(const std::string& rDestinationAddress, unsigned short usDestinationPort, BOOL bDisableAsync=FALSE, BOOL bForceErrorEvent=FALSE)
Connect(unsigned short usSourcePort, IP aDestinationAddress, unsigned short usDestinationPort, BOOL bDisableAsync=FALSE, BOOL bForceErrorEvent=FALSE)
Connect(unsigned short usSourcePort, const std::string& rDestinationAddress, unsigned short usDestinationPort, BOOL bDisableAsync=FALSE, BOOL bForceErrorEvent=FALSE)
Create()
CTCPSocketAsync(const CTCPSocketAsync& rSocket)
CTCPSocketAsync(BOOL bRawSocket)
~CTCPSocketAsync()
GetAsyncHandle() const
IsAsyncClass() const
Listen(unsigned long ulBackLog=5)
Receive(char* pBuffer, unsigned long ulBufferLength)
Send(const char* pBuffer, unsigned long ulBufferLength)
SendBlockedBuffer(const CBlockedBuffer::CBlockedData& rData)
SendNoAdd(const char* pBuffer, unsigned long ulBufferLength)
SetAsync()
SetConnectionTimeout(unsigned long ulMS)
SocketClosed(int iErrorCode)
SocketConnected(int iErrorCode)
SocketWrite(int iErrorCode)
SystemTimeout()
Custom Code in Header Before Includes
Custom Code in Header After Includes
Custom Code in Header After Class Declaration
Custom Code in Source After Includes