SecureBlackbox 2020 iOS Edition

Questions / Feedback?

proxyResponseHeaders (property)

Contains response headers received from an HTTP or HTTPS (WebTunnel) proxy server.

Syntax

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

Default Value

""

Remarks

Contains response headers received from an HTTP or HTTPS (WebTunnel) proxy server.

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