Google Integrator V2 - Online Help
Google Integrator V2
Questions / Feedback?

SendCustomRequestAsync Method

Sends a request to the specified URL using the HTTP Method and Post Data provided.

Syntax

[VB.NET]
Public Function SendCustomRequestAsync(ByVal HTTPMethod As String, ByVal URL As String, ByVal PostData As String) As Task
[C#]
public Task SendCustomRequestAsync(string HTTPMethod, string URL, string postData);

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 2.0.6240.0