IP*Works! SSL V9 - Online Help
IP*Works! SSL V9
Questions / Feedback?

PostToResourceAsync Method

Posts data to a resource using the WebDAV POST method.

Syntax

[VB.NET]
Public Function PostToResourceAsync(ByVal ResourceURI As String, ByVal PostData As String) As Task
[C#]
public Task PostToResourceAsync(string resourceURI, byte[] postData);

Remarks

This method is the asynchronous version of the PostToResource method and is used to support asynchronous operations in WinRT. Please refer to PostToResource for more information.

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0