Soap.SOAPHTTPTrans.THTTPReqResp.MaxSinglePostSize

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property  MaxSinglePostSize: Integer read FMaxSinglePostSize write FMaxSinglePostSize;

C++

__property int MaxSinglePostSize = {read=FMaxSinglePostSize, write=FMaxSinglePostSize, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans THTTPReqResp

Beschreibung

MaxSinglePostSize gibt die maximal zulässige Größe einer einzelnen POST-Operation an.

Mit MaxSinglePostSize geben Sie die maximal zulässige Größe einer POST-Operation an. MaxSinglePostSize wird beim Senden von Daten verwendet und steuert die Anzahl der von THTTPReqResp initiierten POST-Operationen.

Siehe auch