Soap.SOAPHTTPTrans.THTTPReqResp.MaxSinglePostSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  MaxSinglePostSize: Integer read FMaxSinglePostSize write FMaxSinglePostSize;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans THTTPReqResp

Description

MaxSinglePostSize specifies the maximum allowed size of a single POST operation.

Use MaxSinglePostSize to specify the maximum allowed size of a POST operation. MaxSinglePostSize is used during the time data is sent and controls the number of POST operations initiated by THTTPReqResp.

See Also