SecureBlackbox 2020 iOS Edition

Questions / Feedback?

output (property)

Contains the output of the request processing.

Syntax

@property (nonatomic,readonly,assign,getter=output) NSString* output;
- (NSString*)output;
public var output: String {
  get {...}
}

Default Value

""

Remarks

When ProcessRequest method completes it saves the processing output to this property. The output typically contains the response to be sent back to the requestor.

This property is read-only.

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