SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

reqParamsContentRangeStart (property)

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

Syntax

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

Default Value

0

Remarks

Specifies the lower 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]