Constructor LemmyHttpClient
| Improve this Doc View SourceLemmyHttpClient(HttpClient)
Initializes a new instance of the LemmyHttpClient class
Intended to be used as an
Declaration
public LemmyHttpClient(HttpClient client)
Parameters
Type | Name | Description |
---|---|---|
HttpClient | client | HttpClient to use for making requests |