MSPL built-in classes
Applies to: Lync 2013 | Lync Server 2013
The object model space roughly parallels the object model in the Microsoft SIP Class Library as described in the Microsoft.Rtc.Sip namespace.
Built-in object |
Description |
---|---|
Defines a basic SIP message type, and contains the parsed To and From headers along with the content block and the associated transaction. This object serves as the base parent object for the Request and Response objects. |
|
Defines a SIP endpoint stored in the registrar database of Microsoft Lync Server 2013. |
|
Inherits from Message. Defines a SIP request, and includes the method type as well as the request URI. |
|
Inherits from Message. Defines a SIP response message, and includes the status code, status class, and reason phrase. |
|
Defines the source user information. |
|
Defines the target user information. |
|
Defines basic information about a SIP transaction. |