Skip to content

ServiceNow.Core

SNow.Core.API.API

API.PostAsync(string, HttpContent) Method

csharp
public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PostAsync(string endpoint, System.Net.Http.HttpContent data);

Parameters

endpoint System.String

data System.Net.Http.HttpContent

Returns

System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>

Implements PostAsync(string, HttpContent)

Released under the MIT License.