SecureBlackbox 2020 iOS Edition

Questions / Feedback?

reqParamsAcceptRangeEnd (property)

This property, in combination with AcceptRangeStart, defines the media-range of the HTTP request.

Syntax

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

Default Value

0

Remarks

This property, in combination with AcceptRangeStart, defines the media-range of the HTTP request.

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