SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

reqParamsContentRangeEnd (property)

Specifies the upper bound used in the Content-Range header of the HTTP request.

Syntax

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

Default Value

0

Remarks

Specifies the upper bound used in the Content-Range header of the HTTP request.

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