Member index for:
CTCPSocket
m_bConnected
m_bOptions
m_pTCPOptions
m_uiSequence
Accept(CTCPSocket* pNewSocket)
Accept()
Accepted()
BeforeAccept()
Close()
Connect(unsigned short usSourcePort, IP aDestinationAddress, unsigned short usDestinationPort)
Connect(unsigned short usSourcePort, const std::string& rDestinationAddress, unsigned short usDestinationPort)
Connect(IP aDestinationAddress, unsigned short usDestinationPort)
Connect(const std::string& rDestinationAddress, unsigned short usDestinationPort)
ConstructTCPHeader(unsigned short usSourcePort, unsigned short usDestinationPort, unsigned char ucHeaderLength) const
Create()
CTCPSocket(SOCKET aSocket)
CTCPSocket(const CTCPSocket& rSocket)
CTCPSocket(BOOL bRawSocket)
~CTCPSocket()
FinalTCPHeader(LPTCPHeader lpHead) const
GetTCPOptions() const
InitializeTCP()
IsAsyncClass() const
IsConnected() const
Listen(unsigned long ulBackLog=5)
operator =(const CTCPSocket& rSocket)
Send(const char* pBuffer, unsigned long ulBufferLength)
SendRaw(unsigned short usSourcePort, IP aDestinationAddress, unsigned short usDestinationPort, const char* pBuffer, unsigned long ulBufferLength, unsigned char ucFlags=0)
SendRaw(unsigned short usSourcePort, const std::string& rDestinationAddress, unsigned short usDestinationPort, const char* pBuffer, unsigned long ulBufferLength, unsigned char ucFlags=0)
SetConnectionStatus(BOOL bConnected)
SetHeaderFlag(LPTCPHeader lpHead, unsigned char ucFlags)
SetNagle(BOOL bNagle)
SetTCPOptions(BOOL bOptions)
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