transferredData (property)

The contents of the last response from the server.

Syntax

@property (nonatomic,readonly,assign,getter=transferredData) NSString* transferredData;
- (NSString*)transferredData;

@property (nonatomic,readonly,assign,getter=transferredDataB) NSData* transferredDataB; - (NSData*)transferredDataB;
public var transferredData: String {
  get {...}
}
public var transferredDataB: Data { get {...} }

Default Value

""

Remarks

This property contains the contents of the last response from the server.

TransferredDataLimit controls the maximum amount of data accumulated in TransferredData (by default there is no limit).

This property is read-only.

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