Unit 'mnOpenSSL' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_minilib]

TBIOStream

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: mnOpenSSL.pas line 82

type TBIOStream = class(TStream)

protected

  Handle: PBIO;

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  function GetSSL;

  

  function Read(); override;

  

  function Write(); override;

  

end;

Inheritance

TBIOStream

  

|

TObject



CT Web help

CodeTyphon Studio