SecureBlackbox 2020 iOS Edition

Questions / Feedback?

reqParamsContentType (property)

The Content-Type header property of the HTTP request.

Syntax

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

Default Value

""

Remarks

The Content-Type header field of the HTTP request.

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