SecureBlackbox 2020 iOS Edition

Questions / Feedback?

reqParamsCookie (property)

This header is expected to be assigned with cookies previously received from the server and stored by the client.

Syntax

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

Default Value

""

Remarks

This header is expected to be assigned with cookies previously received from the server and stored by the client.

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