MSPL Built-in Classes

 
Communications Server 2007 Server SDK Documentation

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 stored in the registrar database of the Office 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.
TargetInfo Defines the target user information.
Transaction Defines basic information about a SIP transaction.
  
  What did you think of this topic?
  © 2007 Microsoft Corporation. All rights reserved.