MSPL Built-in Classes

 
Microsoft Office Live Communications Server 2005 with SP1

MSPL Built-in Classes

The object model space roughly parallels the object model in the Microsoft SIP Class Library as described under the Microsoft.Rtc.Sip Namespace reference topic.

Built-in object Description
Message 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.
RegistrarEndpoint Defines a SIP endpoint has stored in the registrar database of the Live Communications Server.
Request

Inherits from Message.

Defines a SIP request, and includes the method type as well as the request URI.
Response

Inherits from Message.

Defines a SIP response message, and includes the status code, status class, and reason phrase.
Transaction Defines basic information about a SIP transaction.
  
  What did you think of this topic?
  © 2008 Microsoft Corporation. All rights reserved.