SecureBlackbox 2020 iOS Edition

Questions / Feedback?

reqParamsHost (property)

This property contains the Host header property of the HTTP request.

Syntax

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

Default Value

""

Remarks

This property contains the Host header field of the HTTP request. It specifies the host and port number of the resource being requested.

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