RealTimeClientConnectionManager Members
Provides services for managing client connections.
The RealTimeClientConnectionManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RealTimeClientConnectionManager()()()() | Initializes a new instance of the class. | |
RealTimeClientConnectionManager(String) | Initializes a new instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
ConnectionThrottlingHighMark | Gets or sets the high water mark for all connections. (Inherited from RealTimeConnectionManager.) | |
ConnectionThrottlingLowMark | Gets or sets the low water mark for all connections. (Inherited from RealTimeConnectionManager.) | |
DnsLoadBalancingDisabled | (Inherited from RealTimeConnectionManager.) | |
EnableAuthProtocolV3 | Gets or sets the flag that controls negotiation of authentication protocol v3. (Inherited from RealTimeConnectionManager.) | |
EndpointsCount | Gets the number of endpoints currently supported by this manager. (Inherited from RealTimeConnectionManager.) | |
LocalCertificateIssuerName | Gets the issuer of the local certificate used. (Inherited from RealTimeConnectionManager.) | |
LocalHostName | Gets the fully qualified local host name. (Inherited from RealTimeConnectionManager.) | |
StrictDispatching | Gets or sets whether incoming messages are routed to the hosted endpoints by this connection manager. (Inherited from RealTimeConnectionManager.) |
Top
Methods
Name | Description | |
---|---|---|
CanLocalHostBeChangedNow | Set the local host. (Inherited from RealTimeConnectionManager.) | |
CanShutdownCoreManagerNow | Gets whether the core manager can be shut down now. (Inherited from RealTimeConnectionManager.) | |
CleanUpConnections | Cleans up connections. (Inherited from RealTimeConnectionManager.) | |
CoreManagerIncomingTlsNegotiationFailed | Provides event callback on TLS negotiation failure. (Inherited from RealTimeConnectionManager.) | |
DecrementThrottleCount | Decrements the current outstanding count. (Inherited from RealTimeConnectionManager.) | |
Dispose()()()() | Releases the resources used by the connection manager. (Inherited from RealTimeConnectionManager.) | |
Dispose(Boolean) | Releases the resources used by the connection manager. (Inherited from RealTimeConnectionManager.) | |
Equals | (Inherited from Object.) | |
Finalize | Finalizes the object. (Inherited from RealTimeConnectionManager.) | |
GetConnectionPools | Gets the list of connection pools in this connection manager. (Inherited from RealTimeConnectionManager.) | |
GetDestinationTuple(SipTransportType, String, Int32) | Get the tuple needed to make the connection. (Inherited from RealTimeConnectionManager.) | |
GetDestinationTuple(SipTransportType, String, Int32, String) | Get the tuple needed to make the connection. (Inherited from RealTimeConnectionManager.) | |
GetHashCode | (Inherited from Object.) | |
GetLocalCertificateSerialNumber | Gets the serial number of the local certificate used. (Inherited from RealTimeConnectionManager.) | |
GetType | (Inherited from Object.) | |
IncomingConnectionConnected | Handles incoming connection connected event. (Inherited from RealTimeConnectionManager.) | |
IncrementThrottleCount | Increments the current outstanding count. (Inherited from RealTimeConnectionManager.) | |
IsThrottlingInEffect | Determines if the incoming message should be throttled or not. (Inherited from RealTimeConnectionManager.) | |
MemberwiseClone | (Inherited from Object.) | |
SetDefaultTlsTuple | Sets the default [TlsCredentials] for the core manager. (Inherited from RealTimeConnectionManager.) | |
SetLocalCertificate | Sets the local certificate information. (Inherited from RealTimeConnectionManager.) | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
ConnectionPoolAdded | Raised when a connection pool is added. (Inherited from RealTimeConnectionManager.) | |
ConnectionPoolRemoved | Raised when a connection pool is removed. (Inherited from RealTimeConnectionManager.) |
Top