Retail products


Traffic interception SDK

Control every TCP/IP network connection

  • Route connections via proxy
  • Redirect connections and modify the data
  • Block connections and applications
SSL interception SDK

View SSL in plaintext and modify it

  • View the SSL stream decrypted in plaintext
  • Redirect SSL connection and modify decrypted data
  • Browser shows "SSL lock" without warnings

Documentation


CSocketThreadManager::CSocketThreadManager::_ThreadData Struct Reference

#include <SocketThreadManager.h>

Collaboration diagram for CSocketThreadManager::CSocketThreadManager::_ThreadData:

List of all members.


Public Attributes

HWND hWindowHandle
int iSocketCount
int iTimeoutCount
BOOL bFreeze
CGenericThreadpThread
HINSTANCE hInstance
CGenericEventpEvent
TOMap pMap
std::string sClassName
CGenericCriticalSectionpCSection
CSocketThreadManagerpClass
ThreadDataExtend aExtension

Detailed Description

Definition at line 168 of file SocketThreadManager.h.


Member Data Documentation

ThreadDataExtend CSocketThreadManager::CSocketThreadManager::_ThreadData::aExtension

Definition at line 181 of file SocketThreadManager.h.

BOOL CSocketThreadManager::CSocketThreadManager::_ThreadData::bFreeze

Definition at line 173 of file SocketThreadManager.h.

HINSTANCE CSocketThreadManager::CSocketThreadManager::_ThreadData::hInstance

Definition at line 175 of file SocketThreadManager.h.

HWND CSocketThreadManager::CSocketThreadManager::_ThreadData::hWindowHandle

Definition at line 170 of file SocketThreadManager.h.

int CSocketThreadManager::CSocketThreadManager::_ThreadData::iSocketCount

Definition at line 171 of file SocketThreadManager.h.

int CSocketThreadManager::CSocketThreadManager::_ThreadData::iTimeoutCount

Definition at line 172 of file SocketThreadManager.h.

CSocketThreadManager* CSocketThreadManager::CSocketThreadManager::_ThreadData::pClass

Definition at line 180 of file SocketThreadManager.h.

CGenericCriticalSection* CSocketThreadManager::CSocketThreadManager::_ThreadData::pCSection

Definition at line 179 of file SocketThreadManager.h.

CGenericEvent* CSocketThreadManager::CSocketThreadManager::_ThreadData::pEvent

Definition at line 176 of file SocketThreadManager.h.

TOMap CSocketThreadManager::CSocketThreadManager::_ThreadData::pMap

Definition at line 177 of file SocketThreadManager.h.

CGenericThread* CSocketThreadManager::CSocketThreadManager::_ThreadData::pThread

Definition at line 174 of file SocketThreadManager.h.

std::string CSocketThreadManager::CSocketThreadManager::_ThreadData::sClassName

Definition at line 178 of file SocketThreadManager.h.


The documentation for this struct was generated from the following file: