forwardingHost (property)

The address to which traffic will automatically be forwarded.

Syntax

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

Default Value

""

Remarks

ForwardingHost optionally specifies an address to which traffic will be automatically forwarded. Traffic will only be forwarded if both ForwardingHost and ForwardingPort are specified.

When a connection is made the class will automatically establish a connection to ForwardingHost on the port specified by ForwardingPort. Data will then flow freely between the connected client and the ForwardingHost.

Note: This functionality is not applicable to HTTP requests.

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