The RealTimeServerTlsConnectionManagertype exposes the following members.

Events

  Name Description
ConnectionAuthorizationRequested
Raised when an incoming or outgoing connection authorization is needed from the application.
(Inherited from RealTimeServerConnectionManager.)
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.
(Inherited from RealTimeServerConnectionManager.)
IncomingConnectionRemoved
Raised when a new incoming connection is removed.
(Inherited from RealTimeServerConnectionManager.)
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.
(Inherited from RealTimeServerConnectionManager.)
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.
(Inherited from RealTimeServerConnectionManager.)
ListeningAddressesChanged
Raised when one or more items are added or removed from the list of listening addresses.
(Inherited from RealTimeServerConnectionManager.)

See Also