[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpwebclient.pp line 42
type TRequestResponse = class(TObject) |
protected |
function GetHeaders; virtual; |
function GetStream; virtual; |
procedure SetStream(); virtual; |
property IsAsync: Boolean; [r] |
public |
constructor create(); |
destructor Destroy; override; |
procedure SetContentFromString(); |
function GetContentAsString; |
property RequestID: string; [r] |
property Headers: TStrings; [r] |
property Content: TStream; [rw] |
property OwnsStream: Boolean; [rw] |
property SSLVersion: TSSLVersion; [rw] |
end; |
| |
TObject |