SecureBlackbox 2020 iOS Edition

Questions / Feedback?

reqParamsAccept (property)

Specifies the Accept header property of the HTTP request.

Syntax

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

Default Value

""

Remarks

Specifies the Accept header field of the HTTP request. The Accept field defines which media types are accepted in the response.

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