Public Methods (see also Protected Methods )

  Name Description
AddToAllowedDomains Adds a new entry into the list of allowed domains.
Dispose  Overloaded. (inherited from RealTimeServerConnectionManager )
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. (inherited from RealTimeServerConnectionManager )
GetListeningAddresses  Gets the collection of listening addresses. (inherited from RealTimeServerConnectionManager )
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. (inherited from RealTimeServerConnectionManager )
GetType  (inherited from Object )
ReferenceEquals  (inherited from Object )
RemoveFromAllowedDomains Removes an existing entry from the allowed domains list.
SetAllowedDomains Sets the list of allowed domains.
SetEnhancedKeyUsage Sets the list of allowed keys in the certificate of the remote host.
SetLocalCertificate Overridden. Sets the local certificate information.
StartListening  (inherited from RealTimeServerConnectionManager )
StopListening  Thrown when the Listen method times out. (inherited from RealTimeServerConnectionManager )
ToString  (inherited from Object )

Protected Methods

  Name Description
CanLocalHostBeChangedNow  Sets the local host. (inherited from RealTimeServerConnectionManager )
CanShutdownCoreManagerNow  Gets whether the core manager can be shut down. (inherited from RealTimeServerConnectionManager )
CheckDisposed  Check whether this instance is disposed and throw ObjectDisposedException. (inherited from RealTimeConnectionManager )
CleanUpConnections  Cleans up connections. (inherited from RealTimeServerConnectionManager )
CoreManagerIncomingTlsNegotiationFailed  (inherited from RealTimeServerConnectionManager )
DecrementThrottleCount  Decrements the current outstanding count. (inherited from RealTimeServerConnectionManager )
Dispose  Overloaded. (inherited from RealTimeServerConnectionManager )
Finalize  Finalizes the object. (inherited from RealTimeConnectionManager )
GetDestinationTuple Overloaded.  
IncomingConnectionConnected  (inherited from RealTimeServerConnectionManager )
IncrementThrottleCount  Increments the current outstanding count. (inherited from RealTimeServerConnectionManager )
InitializeContactHeader Overridden. Creates a contact header for the client connection manager.
IsThrottlingInEffect  Determines whether the incoming message should be throttled. (inherited from RealTimeServerConnectionManager )
ListenForIncomingConnections Overridden. Listens for incoming connections.
MemberwiseClone  (inherited from Object )
SetDefaultTlsTuple Overridden. Sets the default TlsCredentials for the core manager.
StopListeningForIncomingConnections Overridden. Stops listening for incoming connections.

See Also