[]
Defines an interface for handling web requests asynchronously. This interface provides a way to send GET requests to a specified URI.
public interface IWebRequestHandler
Public Interface IWebRequestHandler
Name | Description |
---|---|
GetAsync(string) | Sends a GET request to the specified URI asynchronously. |