RealTimeConnection Members

Represents a connection used by the endpoints.

The RealTimeConnection type exposes the following members.

Properties

  Name Description
Public property ApplicationContext Gets or sets the application context object.
Public property ConnectionPool Gets the connection pool for this connection.
Public property ConnectionThrottlingHighMark Gets or sets the high water mark for this connection.
Public property ConnectionThrottlingLowMark Gets or sets the low water mark for this connection.
Public property ConnectionTimeout Gets or sets the connection idle timeout value.
Public property IsConnected Gets whether the connection is connected.
Public property IsConnectionThrottled Gets the value indicating if the connection is throttled.
Public property IsIncomingConnection Gets whether connection is incoming or outgoing.
Public property LocalEndpoint Gets the local endpoint of this connection.
Public property MatchingDomainName
Public property ProtocolName Gets the name of the protocol used for this connection.
Public property RefCount Gets the current reference count.
Public property RemoteCertificate
Public property RemoteEndpoint Gets the remote endpoint of this connection.

Top

Methods

  Name Description
Public method Disconnect Disconnects a connection.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns a string representation of the object. (Overrides Object..::..ToString()()()().)

Top

Events

  Name Description
Public event ThrottlingStateChanged Raised when there is a change in connection throttling state.

Top

See Also

Reference

RealTimeConnection Class

Microsoft.Rtc.Signaling Namespace