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

TIdSocksServerContext

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

Declaration

Source position: IdSocksServer.pas line 139

type TIdSocksServerContext = class(TIdServerContext)

protected

  FIPVersion: TIdIPVersion;

  

  FUsername: string;

  

  FPassword: string;

  

  FSocksVersion: Byte;

  

public

  constructor Create(); override;

  

  property IPVersion: TIdIPVersion; [r]

  

  property Username: string; [r]

  

  property Password: string; [r]

  

  property SocksVersion: Byte; [r]

  

end;

Inheritance

TIdSocksServerContext

  

|

TIdServerContext

  

|

TIdContext

  

|

TIdTask

  

|

TObject



CT Web help

CodeTyphon Studio