[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lhttp.pp line 420
type TLHTTPClientSocket = class(TLHTTPSocket) |
||
protected |
||
|
||
|
||
|
||
|
||
procedure AddContentLength(); override; |
|
|
function GetResponseReason; |
|
|
function GetResponseStatus; |
|
|
procedure Cancel(); |
|
|
procedure ParseLine(); override; |
|
|
procedure ParseStatusLine(); |
|
|
procedure ProcessHeaders; override; |
|
|
procedure ResetDefaults; override; |
|
|
public |
||
constructor Create; override; |
|
|
destructor Destroy; override; |
|
|
procedure SendRequest; |
|
|
property Error: TLHTTPClientError; [rw] |
|
|
property Response: PClientResponse; [r] |
|
|
property ResponseReason: string; [r] |
|
|
property ResponseStatus: TLHTTPStatus; [r] |
|
|
end; |
|
||
| | ||
|
||
| | ||
|
||
| | ||
|
||
| | ||
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |