pragma (property)

A browser/server specific header line (optional).

Syntax

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

Default Value

""

Remarks

If this property contains a non-empty string, a Pragma HTTP request header is added to the request. The meaning of the header depends on the implementation and can be used to send/receive proprietary information to/from the server.

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