Unit 'ns_http_protocol' Package
[Overview][Constants][Classes][Procedures and functions][Index] [#pl_wst]

THTTPTransport

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

Declaration

Source position: ns_http_protocol.pas line 63

type THTTPTransport = class(TBaseTransport,ITransport)

protected

  procedure DoSendAndReceive(); override;

  

public

  constructor Create; override;

  

  destructor Destroy; override;

  

  function GetTransportName; override;

  

  function GetCookieManager; override;

  

published

  property ContentType: string; [rw]

  

  property Address: string; [rw]

  

  property SoapAction: string; [rw]

  

  property Format: string; [rw]

  

end;

Inheritance

THTTPTransport

  

|

TBaseTransport,ITransport

  

|

TSimpleFactoryItem,ITransport

  

|

TObject



CT Web help

CodeTyphon Studio