Coinigy / PureWebSockets

A Cross Platform WebSocket Client for .NET Core NetStandard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PureWebSockets

A Cross Platform WebSocket Client for .NET Core NetStandard

NuGet Package PureWebSockets

Codacy Badge Build Status

Requirements
  • .NET NetStandard V2.0+
Usage
  • Example included in project

    Provided by: 2018 -2019 Coinigy Inc. Coinigy.com

V3 Breaking Changes

  • Events now have a sender object which is the instance that raised the event.
  • (non breaking but useful) An addition construstor has been added with an instance name argument which makes it easier to identify an instance when using multiple connections. This links to the new property InstanceName.

About

A Cross Platform WebSocket Client for .NET Core NetStandard

License:GNU General Public License v3.0


Languages

Language:C# 100.0%