Osztály TSOAPClient
Egység
Deklaráció
type TSOAPClient = class(TObject)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- TSOAPClient
Áttekintés
Metódusok
![]() |
function Create: TSOAPClient; |
![]() |
function Connect(AURL: string; APort: LongInt; ATimeout: LongInt; AHTTPS: Boolean): Boolean; |
![]() |
function Post(AURI: string; AURLParams: string; ASOAPAction: string; AData: string; var AResponse: string): LongInt; |
![]() |
function PostObject(AURI: string; AURLParams: TStringList; ASOAPAction: string; AData: TXML; var AResponse: TXML): LongInt; |
![]() |
function Get(AURI: string; AURLParams: string; ASOAPAction: string; AData: string; var AResponse: string): LongInt; |
![]() |
function GetObject(AURI: string; AURLParams: TStringList; ASOAPAction: string; AData: TXML; var AResponse: TXML): LongInt; |
![]() |
function Put(AURI: string; AURLParams: string; ASOAPAction: string; AData: string; var AResponse: string): LongInt; |
![]() |
function PutObject(AURI: string; AURLParams: TStringList; ASOAPAction: string; AData: TXML; var AResponse: TXML): LongInt; |
![]() |
function Delete(AURI: string; AURLParams: string; ASOAPAction: string; AData: string; var AResponse: string): LongInt; |
![]() |
function DeleteObject(AURI: string; AURLParams: TStringList; ASOAPAction: string; AData: TXML; var AResponse: TXML): LongInt; |
![]() |
function Request(AMethod: TSQLURIMethod; AURI: string; AURLParams: string; ASOAPAction: string; AData: AnsiString; var AResponse: string): LongInt; |
![]() |
function RequestData(AMethod: TSQLURIMethod; AURI: string; AURLParams: string; ASOAPAction: string; AData: AnsiString; var AResponse: AnsiString): LongInt; |
![]() |
function RequestStream(AMethod: TSQLURIMethod; AURI: string; AURLParams: string; ASOAPAction: string; AData: AnsiString; var AResponse: TMemoryStream): LongInt; |
![]() |
procedure Disconnect; |
Tulajdonságok
![]() |
property Headers: TStringList; |
![]() |
property ContentType: string; |
Megjegyzés
Metódusok
![]() |
function Create: TSOAPClient; |
|
This item has no description. | |
![]() |
function Connect(AURL: string; APort: LongInt; ATimeout: LongInt; AHTTPS: Boolean): Boolean; |
|
This item has no description. | |
![]() |
function Post(AURI: string; AURLParams: string; ASOAPAction: string; AData: string; var AResponse: string): LongInt; |
|
This item has no description. | |
![]() |
function PostObject(AURI: string; AURLParams: TStringList; ASOAPAction: string; AData: TXML; var AResponse: TXML): LongInt; |
|
This item has no description. | |
![]() |
function Get(AURI: string; AURLParams: string; ASOAPAction: string; AData: string; var AResponse: string): LongInt; |
|
This item has no description. | |
![]() |
function GetObject(AURI: string; AURLParams: TStringList; ASOAPAction: string; AData: TXML; var AResponse: TXML): LongInt; |
|
This item has no description. | |
![]() |
function Put(AURI: string; AURLParams: string; ASOAPAction: string; AData: string; var AResponse: string): LongInt; |
|
This item has no description. | |
![]() |
function PutObject(AURI: string; AURLParams: TStringList; ASOAPAction: string; AData: TXML; var AResponse: TXML): LongInt; |
|
This item has no description. | |
![]() |
function Delete(AURI: string; AURLParams: string; ASOAPAction: string; AData: string; var AResponse: string): LongInt; |
|
This item has no description. | |
![]() |
function DeleteObject(AURI: string; AURLParams: TStringList; ASOAPAction: string; AData: TXML; var AResponse: TXML): LongInt; |
|
This item has no description. | |
![]() |
function Request(AMethod: TSQLURIMethod; AURI: string; AURLParams: string; ASOAPAction: string; AData: AnsiString; var AResponse: string): LongInt; |
|
This item has no description. | |
![]() |
function RequestData(AMethod: TSQLURIMethod; AURI: string; AURLParams: string; ASOAPAction: string; AData: AnsiString; var AResponse: AnsiString): LongInt; |
|
This item has no description. | |
![]() |
function RequestStream(AMethod: TSQLURIMethod; AURI: string; AURLParams: string; ASOAPAction: string; AData: AnsiString; var AResponse: TMemoryStream): LongInt; |
|
This item has no description. | |
![]() |
procedure Disconnect; |
|
This item has no description. | |
Tulajdonságok
![]() |
property Headers: TStringList; |
|
This item has no description. | |
![]() |
property ContentType: string; |
|
This item has no description. | |
Készítette PasDoc 0.16.0-snapshot.
