SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

reqParamsUserAgent (property)

The User-Agent property of the HTTP request provides information about the software that initiates the request.

Syntax

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

Default Value

""

Remarks

The User-Agent field of the HTTP request provides information about the software that initiates the request.

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