put (method)

Sends data to the HTTP server using the HTTP PUT method.

Syntax

- (void)put:(NSString*)URL;
public func put(_ URL: String) throws -> Void

Remarks

This method will put a resource to the specified URL. It will either put a media resource if UpdateFile is specified or an Atom entry if UpdateEntry is specified. UpdateFile takes precedence over UpdateEntry.

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