Provides services for managing client connections.
The following tables list the members exposed by the RealTimeClientConnectionManager type.
Public Constructors
Name | Description | |
---|---|---|
RealTimeClientConnectionManager | Overloaded. Initializes a new instance of the class. |
Public 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) | |
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) | |
MaxHeaderNameLength | Gets or sets the maximum length for SignalingHeader.Name.(inherited from RealTimeConnectionManager) | |
MaxHeaderValueLength | Gets or sets the maximum length for SignalingHeader.Value.(inherited from RealTimeConnectionManager) | |
MaxMessageBodyLength | Gets or sets the maximum length of the message body in a SIP message.(inherited from RealTimeConnectionManager) | |
MaxParameterCount | Gets or sets the maximum number of parameters allowed in a signaling header or URI.(inherited from RealTimeConnectionManager) | |
StrictDispatching | Gets or sets whether incoming messages are routed to the hosted endpoints by this connection manager.(inherited from RealTimeConnectionManager) |
Public Methods (see also Protected Methods )
Name | Description | |
---|---|---|
Dispose | Overloaded. Releases the resources used by the connection manager.(inherited from RealTimeConnectionManager) | |
Equals | Overloaded. (inherited from Object ) | |
GetConnectionPools | Gets the list of connection pools in this connection manager.(inherited from RealTimeConnectionManager) | |
GetHashCode | (inherited from Object ) | |
GetLocalCertificateSerialNumber | Gets the serial number of the local certificate used.(inherited from RealTimeConnectionManager) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
SetLocalCertificate | (inherited from RealTimeConnectionManager ) | |
ToString | (inherited from Object ) |
Protected 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) | |
CheckDisposed | Check whether this instance is disposed and throw ObjectDisposedException.(inherited from RealTimeConnectionManager) | |
CleanUpConnections | Cleans up connections.(inherited from RealTimeConnectionManager) | |
CoreManagerIncomingTlsNegotiationFailed | (inherited from RealTimeConnectionManager ) | |
DecrementThrottleCount | Decrements the current outstanding count.(inherited from RealTimeConnectionManager) | |
Dispose | Overloaded. (inherited from RealTimeConnectionManager ) | |
Finalize | Finalizes the object.(inherited from RealTimeConnectionManager) | |
GetDestinationTuple | Overloaded. (inherited from RealTimeConnectionManager ) | |
IncomingConnectionConnected | (inherited from RealTimeConnectionManager ) | |
IncrementThrottleCount | Increments the current outstanding count.(inherited from RealTimeConnectionManager) | |
InitializeContactHeader | Creates a contact header for the client connection manager.(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) |
Public 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) |