IRequester public interface IRequester Defines the required methods any requester object must have. Documentation Code Task<IResponse> RequestAsync(IRequest request, CancellationToken cancel) Performs an asynchronous request that can be cancelled. bool SupportsProtocol(string protocol) Checks if the given protocol is supported.