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 | |
---|---|---|
SPMobileMessageServiceResponse(Exception) | Initializes a new instance of the SPMobileMessageServiceResponse class by using the specified exception. | |
SPMobileMessageServiceResponse(String) | Initializes a new instance of the SPMobileMessageServiceResponse class by using the specified XML. |
Top
Properties
Name | Description | |
---|---|---|
ErrorCode | Gets a value that specifies whether the request to the Web service failed and, if so, how it failed | |
ErrorText | Gets details about the exception, if any, thrown when a request was made to the Web service. | |
IsValid | Gets a value that indicates whether the response is valid. | |
Xml | Gets the XML returned from the Web service in response to a request. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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. | |
ToString | (Inherited from Object.) | |
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 | |
---|---|---|
m_Namespace | Gets or sets the namespace of the XML returned by the Web service. |
Top