SecureBlackbox 2020 iOS Edition

Questions / Feedback?

reqParamsReferer (property)

The Referer property of the HTTP request header specifies the address of the resource from which the Request-URI was obtained (the referrer).

Syntax

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

Default Value

""

Remarks

The Referer field of the HTTP request header specifies the address of the resource from which the Request-URI was obtained (the referrer).

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