Skip to content

ServiceNow.Core

SNow.Core.API.IAPI

IAPI.PostAsync(string, HttpContent) Method

csharp
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>

Released under the MIT License.