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

#include <SocketThreadManager.h>

Collaboration diagram for CSocketThreadManager::CSocketThreadManager::_ThreadDataExtend:

List of all members.


Public Member Functions

 _ThreadDataExtend ()

Public Attributes

LPVOID lpData
_ThreadDataExtendpNext

Detailed Description

Definition at line 142 of file SocketThreadManager.h.


Constructor & Destructor Documentation

CSocketThreadManager::CSocketThreadManager::_ThreadDataExtend::_ThreadDataExtend (  )  [inline]

Definition at line 148 of file SocketThreadManager.h.

00148                             : lpData(NULL),
00149                               pNext(NULL)
00150         {
00151         }


Member Data Documentation

LPVOID CSocketThreadManager::CSocketThreadManager::_ThreadDataExtend::lpData

Definition at line 144 of file SocketThreadManager.h.

_ThreadDataExtend* CSocketThreadManager::CSocketThreadManager::_ThreadDataExtend::pNext

Definition at line 145 of file SocketThreadManager.h.


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