SecureBlackbox 2020 iOS Edition

Questions / Feedback?

reqParamsFrom (property)

Contains the From header property of the HTTP request.

Syntax

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

Default Value

""

Remarks

Contains the From header field of the HTTP request. It specifies the e-mail address for the human user who controls the requesting user agent.

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