SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

reqParamsContentLength (property)

Specifies the size of the entity-body of the HTTP request.

Syntax

@property (nonatomic,readwrite,assign,getter=reqParamsContentLength,setter=setReqParamsContentLength:) long long reqParamsContentLength;
- (long long)reqParamsContentLength;
- (void)setReqParamsContentLength:(long long)newReqParamsContentLength;
public var reqParamsContentLength: Int64 {
  get {...}
set {...} }

Default Value

0

Remarks

Specifies the size of the entity-body of the HTTP request. Leave this field set to 0 to make the class calculate it automatically.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 iOS Edition - Version 20.0 [Build 8166]