![]() |
AT&T API Platform SDK for Microsoft®
2.3.3
Wrapper classes that allow developers to build robust applications using .NET
|
This class encapsulates the response of Send SMS request. More...
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. |
This class encapsulates the response of Send SMS request.
ATT_MSSDK.SMSv3.SmsResponse.SmsResponse | ( | OutboundSMSResponse | outboundSmsResponse | ) |
Intializes a new instance of SmsResponse class.
outboundSmsResponse | An instance of OutboundSmsResponse |
static SmsResponse ATT_MSSDK.SMSv3.SmsResponse.Parse | ( | string | jsonInput | ) | [static] |
Creates an SmsResponse object by parsing the JSON input.
jsonInput | The JSON input string to parse. |
string ATT_MSSDK.SMSv3.SmsResponse.MessageId [get, set] |
Gets or sets MessageId. A unique identifier for the message.
string ATT_MSSDK.SMSv3.SmsResponse.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.