SecureBlackbox 2020 iOS Edition

Questions / Feedback?

reqParamsConnection (property)

Specifies the value to pass to the Connection header property of HTTP request.

Syntax

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

Default Value

""

Remarks

Specifies the value to pass to the Connection header field of HTTP request.

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