Keyword(s) to search:
Sort results by title
Keyword Index
CoinCapApi Namespace
CoinCapClient Class
CoinCapPricesWSClient Class
CoinCapPricesWSClient Members
CoinCapPricesWSClient Constructor
CoinCapPricesWSClient Methods
Connect Method
Disconnect Method
Dispose Method
CoinCapPricesWSClient Properties
CoinCapPricesWSClient Events
CoinCapTradesWSClient Class
Constants Class
OnPrices Delegate
OnTrade Delegate
CoinCapApi.Exceptions Namespace
UnknownException Class
CoinCapApi.Imp Namespace
AssetsImp Class
CandlesImp Class
ExchangesImp Class
MarketsImp Class
RatesImp Class
CoinCapApi.Models Namespace
AssetData Class
AssetHistoryData Class
AssetHistoryResponse Class
AssetMarketData Class
AssetMarketsResponse Class
AssetResponse Class
AssetsResponse Class
CandleData Class
CandlesResponse Class
ExchangeData Class
ExchangeResponse Class
ExchangesResponse Class
MarketData Class
MarketsResponse Class
RateData Class
RateResponse Class
RatesResponse Class
WSTrade Class
CoinCapApi.Types Namespace
TimeInterval Enumeration
CoinCapPricesWSClient
.
.
::
.
.
Connect Method
Connects this instance to the websocket server.
Namespace:
CoinCapApi
Assembly:
CoinCapApi
(in CoinCapApi.dll)
Syntax
C#
VB
public
Task
<
bool
>
Connect
()
Public
Function
Connect
As
Task
(
Of
Boolean
)
Return Value
true
if connection success,
false
otherwise.
See Also
CoinCapPricesWSClient Class
CoinCapApi Namespace