ConnectionHandler Class
Definition
Represents an endpoint that multiple connections connect to. For HTTP, endpoints are URLs, for non-HTTP it can be a TCP listener (or similar).
public ref class ConnectionHandler abstract
public abstract class ConnectionHandler
type ConnectionHandler = class
Public MustInherit Class ConnectionHandler
- Inheritance
-
ConnectionHandler
- Derived
Constructors
ConnectionHandler() |
Methods
OnConnectedAsync(ConnectionContext) |
Called when a new connection is accepted to the endpoint. |