CoinGeckoClient..::..CGRestClient Property

The RestSharp client instance used to make the API calls. This is exposed in case you wish to change options such as use a proxy.

Namespace:  CoinGeckoAPI
Assembly:  CoinGeckoAPI (in CoinGeckoAPI.dll)

Syntax


public RestClient CGRestClient { get; }
Public ReadOnly Property CGRestClient As RestClient
	Get

Field Value

The RestSharp client instance.