Class TBaseTLSOptions

Unit

Declaration

type TBaseTLSOptions = class(TObject)

Description

Abstract base class for shared TLS options storage

Hierarchy

Overview

Methods

Public function GetSessionDataPtr(const ServerName: string): PSessionData; virtual; abstract;

Description

Methods

Public function GetSessionDataPtr(const ServerName: string): PSessionData; virtual; abstract;

Return pointer to session data record that corresponds to given server name.

Parameters
ServerName
- server name
Returns

pointer to session data or Nil if there's no entry for the name.


Generated by PasDoc 0.16.0.