IP*Works! 2016 Xamarin Edition
IP*Works! 2016 Xamarin Edition
Questions / Feedback?

PutResource Method

Send data to the server using the PUT method.

Syntax

[VB.NET]
Public Sub PutResource(ByVal ResourceURI As String)
[C#]
public void PutResource(string resourceURI);

Remarks

The data is taken from LocalFile. The server will normally require authentication for this operation, so User and Password must have valid values before the request is made.

NOTE: This method has a corresponding asynchronous version (PutResourceAsync) for use in the Xamarin environment.

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
IP*Works! 2016 Xamarin Edition - Version 16.0 [Build 6621]