SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

reqParamsAcceptLanguage (property)

Specifies the Accept-Language header property of the HTTP request.

Syntax

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

Default Value

""

Remarks

Specifies the Accept-Language header field of the HTTP request. The Accept-Language field specifies the language (and locale) which the client can understand.

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