ConnectionHandler Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |