Skip to content

RestClient.Head method

Sends a HEAD request.

public static Task<HttpResponseMessage> Head(Uri uri, IAuthentication? authentication)
parameter description
uri target endpoint
authentication authentication

Exceptions

exception condition
ArgumentNullException

See Also