Method PostAsync
PostAsync<PostType, GetType>(string, PostType, CancellationToken)
public Task<GetType> PostAsync<PostType, GetType>(string path, PostType itemToPost, CancellationToken cancellationToken = default)
Parameters
path
stringitemToPost
PostTypecancellationToken
CancellationToken
Returns
- Task<GetType>
Type Parameters
PostType
GetType
PostAsync<PostType>(string, PostType, CancellationToken)
public Task PostAsync<PostType>(string path, PostType itemToPost, CancellationToken cancellationToken = default)
Parameters
path
stringitemToPost
PostTypecancellationToken
CancellationToken
Returns
Type Parameters
PostType
PostAsync(string, CancellationToken)
public Task PostAsync(string path, CancellationToken cancellationToken = default)
Parameters
path
stringcancellationToken
CancellationToken