IHttpOperations<T>.HeadAsync(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.Threading.Tasks.Task<bool> HeadAsync (string requestUri, System.Threading.CancellationToken token);
abstract member HeadAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Function HeadAsync (requestUri As String, token As CancellationToken) As Task(Of Boolean)
Parameters
- requestUri
- String
- token
- CancellationToken