Share via


SPMobileMessageServiceResponse Members

Include Protected Members
Include Inherited Members

When implemented in a derived class, represents a response from a Web service that provides messaging to mobile devices.

The SPMobileMessageServiceResponse type exposes the following members.

Constructors

  Name Description
Public method SPMobileMessageServiceResponse(Exception) Initializes a new instance of the SPMobileMessageServiceResponse class by using the specified exception.
Public method SPMobileMessageServiceResponse(String) Initializes a new instance of the SPMobileMessageServiceResponse class by using the specified XML.

Top

Properties

  Name Description
Public property ErrorCode Gets a value that specifies whether the request to the Web service failed and, if so, how it failed
Public property ErrorText Gets details about the exception, if any, thrown when a request was made to the Web service.
Public property IsValid Gets a value that indicates whether the response is valid.
Public property Xml Gets the XML returned from the Web service in response to a request.

Top

Methods

  Name Description
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.)
Protected method ParseWorker When implemented in a derived class, populates the properties of the response object with values from the specified XML received from the Web service.
Public method ToString (Inherited from Object.)
Protected method Validate When implemented in a derived class, verifies that certain parts of the response from the Web server, such as the XML namespace, are valid.

Top

Fields

  Name Description
Protected field m_Namespace Gets or sets the namespace of the XML returned by the Web service.

Top

See Also

Reference

SPMobileMessageServiceResponse Class

Microsoft.SharePoint.MobileMessage Namespace