Method PostAsync
PostAsync<PostType, GetType>(string, PostType, CancellationToken)
public Task<GetType> PostAsync<PostType, GetType>(string path, PostType itemToPost, CancellationToken cancellationToken = default)
Parameters
pathstringitemToPostPostTypecancellationTokenCancellationToken
Returns
- Task<GetType>
Type Parameters
PostTypeGetType
PostAsync<PostType>(string, PostType, CancellationToken)
public Task PostAsync<PostType>(string path, PostType itemToPost, CancellationToken cancellationToken = default)
Parameters
pathstringitemToPostPostTypecancellationTokenCancellationToken
Returns
Type Parameters
PostType
PostAsync(string, CancellationToken)
public Task PostAsync(string path, CancellationToken cancellationToken = default)
Parameters
pathstringcancellationTokenCancellationToken