Cloud Storage Integrator - Online Help
Cloud Storage Integrator
Questions / Feedback?

SendCustomRequestAsync Method

Sends a custom request to the server.

Syntax

[VB.NET]
Public Function SendCustomRequestAsync(ByVal URL As String, ByVal RequestData As String, ByVal OtherHeaders As String) As IAsyncOperation<string>
[C#]
public IAsyncOperation<string> SendCustomRequestAsync(string URL, string requestData, string otherHeaders);

Remarks

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

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0