SecureBlackbox 2020 iOS Edition

Questions / Feedback?

reqParamsCustomHeaders (property)

Assign any custom HTTP headers to be passed to the server to this property.

Syntax

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

Default Value

""

Remarks

Assign any custom HTTP headers to be passed to the server to this property.

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