Delegate RestClientProvider
Namespace: Discord.Net.Rest
Assembly: Discord.Net.Core.dll
Syntax
public delegate IRestClient RestClientProvider(string baseUrl);
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | baseUrl |
Returns
| Type | Description |
|---|---|
| IRestClient |