AT&T API Platform SDK for Microsoft®  2.3.3
Wrapper classes that allow developers to build robust applications using .NET
 All Classes Namespaces Functions Enumerations Properties
ATT_MSSDK.SMSv3.SmsResponse Class Reference

This class encapsulates the response of Send SMS request. More...

Inheritance diagram for ATT_MSSDK.SMSv3.SmsResponse:
ATT_MSSDK.Response

List of all members.

Public Member Functions

 SmsResponse (OutboundSMSResponse outboundSmsResponse)
 Intializes a new instance of SmsResponse class.

Static Public Member Functions

static SmsResponse Parse (string jsonInput)
 Creates an SmsResponse object by parsing the JSON input.

Properties

string MessageId [get, set]
 Gets or sets MessageId. A unique identifier for the message.
string ResourceURL [get, set]
 Gets or sets ResourceURL. This parameter actually contains the location of the created resource for checking the delivery status of the sent messages.

Detailed Description

This class encapsulates the response of Send SMS request.


Constructor & Destructor Documentation

Intializes a new instance of SmsResponse class.

Parameters:
outboundSmsResponseAn instance of OutboundSmsResponse

Member Function Documentation

static SmsResponse ATT_MSSDK.SMSv3.SmsResponse.Parse ( string  jsonInput) [static]

Creates an SmsResponse object by parsing the JSON input.

Parameters:
jsonInputThe JSON input string to parse.
Returns:
The SmsResponse object returned by the server.

Property Documentation

Gets or sets MessageId. A unique identifier for the message.

Gets or sets ResourceURL. This parameter actually contains the location of the created resource for checking the delivery status of the sent messages.