Not Serializable
The Response type stores the XML data for a Cisco IP Phone response XML object.
In the case that the SendExecute action takes the Failure path, this type can be used to determine the specific cause of the failure. Reference the description of the methods and properties of this native type to learn more on this topic.
Response is initialized with the SendExecute action. This is the only action one can use to manipulate the Response type.
None.
| .NET Type | Description |
|---|---|
String | Not supported. |
CiscoIPPhoneResponseType | Normal response data |
CiscoIPPhoneErrorType | Error response data |
| Method Name | Description |
|---|---|
| Reset | Clears the variable to an uninitialized state. |
| Property Name | .NET Type | Description |
|---|---|---|
| HttpCode | System.Net.HttpStatusCode | |
| ErrorType | Metreos.Types.CiscoIpPhone.Response+ErrorTypeCode | |
| IPPhoneError | System.Int32 | |
| ErrorResponse | System.String |