sonvister / Binance

A .NET Standard Binance API library.
MIT License
229 stars 77 forks source link

Websocket on WinForm application #116

Closed leblebitozu closed 5 years ago

leblebitozu commented 5 years ago

Hi,

How can i use trading (or similar) websocket in Winform application,

sonvister commented 5 years ago

@leblebitozu, please refer to the samples, documentation, and source code for guidance on how to use this library. There aren't any WinForms samples, but usage is the same regardless (compatible with .NET Standard 2.0 and .NET Framework 4.7.1).