Unit 'IdPOP4Server' Package
[Overview][Constants][Types][Classes][Index] [#pl_indy]

TIdPOP4ServerContext

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

Declaration

Source position: IdPOP4Server.pas line 74

type TIdPOP4ServerContext = class(TIdServerContext)

protected

  FPipeLining: Boolean;

  

  FState: TIdPOP4ServerState;

  

  FUser: string;

  

  FPassword: string;

  

  function GetUsingTLS;

  

  procedure SetPipeLining();

  

public

  constructor Create(); override;

  

  procedure CheckPipeLine;

  

  property State: TIdPOP4ServerState; [rw]

  

  property Username: string; [rw]

  

  property Password: string; [rw]

  

  property UsingTLS: Boolean; [r]

  

  property PipeLining: Boolean; [rw]

  

end;

Inheritance

TIdPOP4ServerContext

  

|

TIdServerContext

  

|

TIdContext

  

|

TIdTask

  

|

TObject



CT Web help

CodeTyphon Studio