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

TIdHTTPProxyServerContext

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

Declaration

Source position: IdHTTPProxyServer.pas line 133

type TIdHTTPProxyServerContext = class(TIdServerContext)

protected

  FHeaders: TIdHeaderList;

  

  FCommand: string;

  

  FDocument: string;

  

  FOutboundClient: TIdTCPConnection;

  

  FTarget: string;

  

  FTransferMode: TIdHTTPProxyTransferMode;

  

  FTransferSource: TIdHTTPProxyTransferSource;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  property Headers: TIdHeaderList; [r]

  

  property Command: string; [r]

  

  property Document: string; [r]

  

  property OutboundClient: TIdTCPConnection; [r]

  

  property Target: string; [r]

  

  property TransferMode: TIdHTTPProxyTransferMode; [rw]

  

  property TransferSource: TIdHTTPProxyTransferSource; [r]

  

end;

Inheritance

TIdHTTPProxyServerContext

  

|

TIdServerContext

  

|

TIdContext

  

|

TIdTask

  

|

TObject



CT Web help

CodeTyphon Studio