Pipelines.WebSockets .NET WebSocket (RFC 6455) implementation using the System.IO.Pipelines API System.IO.Pipelines is the experimental corefxlab API offering efficient zero-copy async-IO mechanisms for .NET using "spans"; in a former life it was known as Channels. What is web-sockets?