Skip to content

RestClient.Get method

Sends a GET request.

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

Exceptions

exception condition
ArgumentNullException

See Also