csharp
public interface IWebSocketFactoryMakes listeners and channels.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
The one thing a test replaces. SystemWebSocketFactory is the real one; the conformance suite runs against an in-memory pair that never touches a socket.
Methods (2)
IWebSocketListener Listen(Uri address)Starts listening.
IWebSocketChannel Connect(Uri address)Opens a channel.
Used by (3)
- SystemWebSocketFactoryVixen.Net.Transport.WebSocket
- WebSocketLoopVixen.Net.Transport.WebSocket.Tests
- WebSocketTransportVixen.Net.Transport.WebSocket