This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.VulnerabilityScanner.
Syntax
protected virtual Task<OssIndexWebClient.ObjectResponseResult<T>> ReadObjectResponseAsync<T>(HttpResponseMessage response, IReadOnlyDictionary<string, IEnumerable<string>> headers, CancellationToken cancellationToken)
Attributes
| Type |
Description |
| AsyncStateMachineAttribute |
|
Type Parameters
Parameters
| Name |
Type |
Description |
| response |
HttpResponseMessage |
|
| headers |
IReadOnlyDictionary<string, IEnumerable<string>> |
|
| cancellationToken |
CancellationToken |
|
Return Value