from (property)

The email address of the HTTP agent (optional).

Syntax

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

Default Value

""

Remarks

This property contains the email address of the HTTP agent (optional). If it contains a non-empty string, an HTTP From: header is added to the request. This header generally gives the email address of the requester of the document.

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