SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

reqParamsIfNoneMatch (property)

Contains the If-None-Match request header property.

Syntax

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

Default Value

""

Remarks

Contains the If-None-Match request header field. This property makes the requested method conditional: when If-None-Match field is set, only the entities which doesn't match 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]