Unit SChannel.IcsWSocket
Uses
Functions and Procedures
Types
Variables
Description
ICS TWSocket descendant that performs TLS communication by means of Windows SChannel. Automatically processes SChannel connection bug. Supports establishing and finishing TLS channel over existing connection.
Requires at least ICS V8.66 - Part 10 for HTTP tunnel support. For older versions either:
Comment out usage of
HttpTunnelState
Modify ICS
TCustomHttpTunnelWSocket
class to have publicHttpTunnelState
property:property HttpTunnelState : THttpTunnelState read FHttpTunnelState;
(c) Fr0sT-Brutal
License MIT
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Class TSChannelWSocket |
ICS TWSocket descendant supporting TLS |
Constants
WS_OK = 0; |
Description
Constants
WS_OK = 0; |
WinSock success code |
Generated by PasDoc 0.16.0.