RealTimeConnection Members
Represents a connection used by the endpoints.
The RealTimeConnection type exposes the following members.
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. | |
MatchingDomainName | ||
ProtocolName | Gets the name of the protocol used for this connection. | |
RefCount | Gets the current reference count. | |
RemoteCertificate | ||
RemoteEndpoint | Gets the remote endpoint of this connection. |
Top
Methods
Name | Description | |
---|---|---|
Disconnect | Disconnects a connection. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a string representation of the object. (Overrides Object..::..ToString()()()().) |
Top
Events
Name | Description | |
---|---|---|
ThrottlingStateChanged | Raised when there is a change in connection throttling state. |
Top