The RealTimeServerConnectionManagertype exposes the following members.

Events

  Name Description
ConnectionAuthorizationRequested
Raised when an incoming or outgoing connection authorization is needed from the application.
ConnectionPoolAdded
A connection pool was added.
(Inherited from RealTimeConnectionManager.)
ConnectionPoolRemoved
A connection pool was removed.
(Inherited from RealTimeConnectionManager.)
IncomingConnectionAdded
Raised when a new incoming connection is added.
IncomingConnectionRemoved
Raised when a new incoming connection is removed.
IncomingTlsNegotiationFailed
Raised when the TLS negotiation fails for an incoming connection. The failure may be due to an invalid local certificate, or remote not trusting the local certificate, or some other reason.
ListeningAborted
Raised when the listening is aborted either due to application calling StopListing or when an internal failure occurs such as failure to accept an incoming connection. The exception in the event argument can be null if the application called StopListening.
ListeningAddressesChanged
Raised when one or more items are added or removed from the list of listening addresses.

See Also