Represents a connection used by the endpoints.
The following tables list the members exposed by the RealTimeConnection type.
Public Properties
Name | Description | |
---|---|---|
ApplicationContext | Gets or sets the application context object. | |
ConnectionPool | Gets the connection pool for this connection. | |
ConnectionThrottlingHighMark | Gets or sets the high water mark for this connection. | |
ConnectionThrottlingLowMark | Gets or sets the low water mark for this connection. | |
ConnectionTimeout | Gets or sets the connection idle timeout value. | |
IsConnected | Gets whether the connection is connected. | |
IsConnectionThrottled | Gets the value indicating if the connection is throttled. | |
IsIncomingConnection | Gets whether connection is incoming or outgoing. | |
LocalEndpoint | Gets the local endpoint of this connection. | |
ProtocolName | Gets the name of the protocol used for this connection. | |
RefCount | Gets the current reference count. | |
RemoteEndpoint | Gets the remote endpoint of this connection. |
Public Methods (see also Protected Methods )
Name | Description | |
---|---|---|
Disconnect | Disconnects a connection. | |
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | Overridden. Returns a string representation of the object. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Public Events
Name | Description | |
---|---|---|
ThrottlingStateChanged | Raised when there is a change in connection throttling state. |