[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: IdSSL.pas line 74
type TIdSSLIOHandlerSocketBase = class(TIdIOHandlerStack) |
||
protected |
||
fPassThrough: Boolean; |
|
|
fIsPeer: Boolean; |
|
|
FURIToCheck: string; |
|
|
procedure InitComponent; override; |
|
|
function RecvEnc(); virtual; abstract; |
|
|
function SendEnc(); virtual; abstract; |
|
|
function ReadDataFromSource(); override; |
|
|
function WriteDataToTarget(); override; |
|
|
procedure SetPassThrough(); virtual; |
|
|
procedure SetURIToCheck(); virtual; |
|
|
public |
||
function Clone; virtual; abstract; |
|
|
procedure StartSSL; virtual; abstract; |
|
|
property PassThrough: Boolean; [rw] |
|
|
property IsPeer: Boolean; [rw] |
|
|
property URIToCheck: string; [rw] |
|
|
end; |
|
||
| | ||
|
||
| | ||
|
||
| | ||
|
||
| | ||
|
||
| | ||
|
||
| | ||
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |