SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

reqParamsIfMatch (property)

Contains the If-Match request header property.

Syntax

@property (nonatomic,readwrite,assign,getter=reqParamsIfMatch,setter=setReqParamsIfMatch:) NSString* reqParamsIfMatch;
- (NSString*)reqParamsIfMatch;
- (void)setReqParamsIfMatch:(NSString*)newReqParamsIfMatch;
public var reqParamsIfMatch: String {
  get {...}
set {...} }

Default Value

""

Remarks

Contains the If-Match request header field. This property makes the requested method conditional: when If-Match field is set, only the entities matching the included entity tags will be returned by the server.

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