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.
GetHashCode  (inherited from Object )
GetLocalCertificateSerialNumber Gets the serial number of the local certificate used.
GetType  (inherited from Object )
ReferenceEquals  (inherited from Object )
SetLocalCertificate Sets the local certificate information.
ToString  (inherited from Object )

Protected Methods

  Name Description
CanLocalHostBeChangedNow Set the local host.
CanShutdownCoreManagerNow Gets whether the core manager can be shut down now.
CheckDisposed Check whether this instance is disposed and throw ObjectDisposedException.
CleanUpConnections Cleans up connections.
CoreManagerIncomingTlsNegotiationFailed Provides event callback on TLS negotiation failure.
DecrementThrottleCount Decrements the current outstanding count.
Dispose Overloaded.  
Finalize Overridden. Finalizes the object.
GetDestinationTuple Overloaded.  
IncomingConnectionConnected Handles incoming connection connected event.
IncrementThrottleCount Increments the current outstanding count.
InitializeContactHeader Creates a contact header for the client connection manager.
IsThrottlingInEffect Determines if the incoming message should be throttled or not.
MemberwiseClone  (inherited from Object )
SetDefaultTlsTuple Sets the default TlsCredentials for the core manager.

See Also