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::_TimeoutData Struct Reference

#include <SocketThreadManager.h>

Collaboration diagram for CSocketThreadManager::CSocketThreadManager::_TimeoutData:

List of all members.


Public Attributes

LPTimeoutProc pTimeoutProc
LPVOID pData
BOOL bClearTimeout
TimerIDpTimer
LPTimeoutProc pDeleteProc

Detailed Description

Definition at line 155 of file SocketThreadManager.h.


Member Data Documentation

BOOL CSocketThreadManager::CSocketThreadManager::_TimeoutData::bClearTimeout

Definition at line 159 of file SocketThreadManager.h.

LPVOID CSocketThreadManager::CSocketThreadManager::_TimeoutData::pData

Definition at line 158 of file SocketThreadManager.h.

LPTimeoutProc CSocketThreadManager::CSocketThreadManager::_TimeoutData::pDeleteProc

Definition at line 161 of file SocketThreadManager.h.

LPTimeoutProc CSocketThreadManager::CSocketThreadManager::_TimeoutData::pTimeoutProc

Definition at line 157 of file SocketThreadManager.h.

TimerID* CSocketThreadManager::CSocketThreadManager::_TimeoutData::pTimer

Definition at line 160 of file SocketThreadManager.h.


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