SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

customRequest (method)

Performs custom WebDAV request.

Syntax

- (NSString*)customRequest:(NSString*)URL :(NSString*)method :(NSString*)properties;
public func customRequest(_ URL: String, _ method: String, _ properties: String) throws -> String

Remarks

Use the Method to choose between PROPFIND or PROPPATCH method and Properties to list properties.

For PROPFIND request this method returns an uninterpreted string of the listing results.

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