The DefaultRTCClassAttributeclass indicates which derived class to use in place of a standard SIP class. For example, a custom class to handle SIP responses can be designated with this attribute, as long as the new response class inherits from the Response class. To use DefaultRTCClassAttribute, the custom class must inherit from one of the following classes: Request , Response , ClientTransaction , or ServerTransaction .

The DefaultRTCClassAttributeclass is derived from the System.Attributeclass.

The DefaultRTCClassAttributetype exposes the following members.

Constructors

  Name Description
Public method DefaultRTCClassAttribute The DefaultRTCClassAttributeconstructor creates a new instance of the DefaultRTCClassAttributeclass.
Top

Properties

  Name Description
Public property TypeId (Inherited from Attribute.)
Top

Methods

  Name Description
Public method Equals (Inherited from Attribute.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Attribute.)
Public method GetType (Inherited from Object.)
Public method IsDefaultAttribute (Inherited from Attribute.)
Public method Match (Inherited from Attribute.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Top

Explicit interface implementations

See also