Public Methods (see also Protected Methods )
Name | Description | |
---|---|---|
Dispose | Overloaded. Releases the resources used by the connection manager. | |
Equals | Overloaded. (inherited from Object ) | |
GetConnectionPools | Gets the list of connection pools in this connection manager. (inherited from RealTimeConnectionManager ) | |
GetHashCode | (inherited from Object ) | |
GetIncomingConnections | Gets the list of incoming connections. | |
GetListeningAddresses | Gets the collection of listening addresses. | |
GetLocalCertificateSerialNumber | Gets the serial number of the local certificate used. (inherited from RealTimeConnectionManager ) | |
GetOutgoingConnectionCount | Returns the total number of outgoing connections in the connection pools. | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
SetLocalCertificate | (inherited from RealTimeConnectionManager ) | |
StartListening | Starts listening on the specified address and port. | |
StopListening | Thrown when the Listen method times out. | |
ToString | (inherited from Object ) |
Protected Methods
Name | Description | |
---|---|---|
CanLocalHostBeChangedNow | Overridden. Sets the local host. | |
CanShutdownCoreManagerNow | Overridden. Gets whether the core manager can be shut down. | |
CheckDisposed | Check whether this instance is disposed and throw ObjectDisposedException. (inherited from RealTimeConnectionManager ) | |
CleanUpConnections | Overridden. Cleans up connections. | |
CoreManagerIncomingTlsNegotiationFailed | Overridden. This event callback is invoked when there is TLS negotiation failure for incoming connection. | |
DecrementThrottleCount | Overridden. Decrements the current outstanding count. | |
Dispose | Overloaded. Overridden. | |
Finalize | Finalizes the object. (inherited from RealTimeConnectionManager ) | |
GetDestinationTuple | Overloaded. (inherited from RealTimeConnectionManager ) | |
IncomingConnectionConnected | Overridden. Handles incoming connection connected event. | |
IncrementThrottleCount | Overridden. Increments the current outstanding count. | |
InitializeContactHeader | Creates a contact header for the client connection manager. (inherited from RealTimeConnectionManager ) | |
IsThrottlingInEffect | Overridden. Determines whether the incoming message should be throttled. | |
ListenForIncomingConnections | Performs S4 listening. | |
MemberwiseClone | (inherited from Object ) | |
SetDefaultTlsTuple | Sets the default TlsCredentials for the core manager. (inherited from RealTimeConnectionManager ) | |
StopListeningForIncomingConnections | Performs an S4 stop for listening. |