SecureBlackbox 2020 iOS Edition

Questions / Feedback?

dynamicData (property)

Takes a piece of data to be sent to the server within a dynamic POST or PUT request.

Syntax

@property (nonatomic,readwrite,assign,getter=dynamicData,setter=setDynamicData:) NSData* dynamicData;
- (NSData*)dynamicData;
- (void)setDynamicData:(NSData*)newDynamicData;
public var dynamicData: Data {
  get {...}
set {...} }

Remarks

Assign the next chunk of data to this property from your DynamicDataNeeded event handler to pass it to the server. Leave it empty to tell the component that no more data is available.

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