![]() |
AT&T API Platform SDK for Microsoft®
2.3.3
Wrapper classes that allow developers to build robust applications using .NET
|
Contains the results of the SmsDelivery request. More...
Classes | |
class | DeliveryInfoListRoot |
Static Public Member Functions | |
static SmsDeliveryResponse | ParseJSON (string jsonInput) |
Converts a string containing a JSON object to a SmsDeliveryResponse object. | |
Properties | |
string | ResourceURL [get, set] |
Gets or sets the ResourceURL. The endpoint URI that served this request. | |
List< DeliveryInfo > | DeliveryInfo [get, set] |
Gets or sets the DeliveryInfo list. Object contained in 'DeliveryInfoList'. It contains three strings i-e Id, Address and DeliveryStatus. |
Contains the results of the SmsDelivery request.
static SmsDeliveryResponse ATT_MSSDK.SMSv3.SmsDeliveryResponse.ParseJSON | ( | string | jsonInput | ) | [static] |
Converts a string containing a JSON object to a SmsDeliveryResponse object.
jsonInput | The string containing the JSON input. |
List<DeliveryInfo> ATT_MSSDK.SMSv3.SmsDeliveryResponse.DeliveryInfo [get, set] |
Gets or sets the DeliveryInfo list. Object contained in 'DeliveryInfoList'. It contains three strings i-e Id, Address and DeliveryStatus.
string ATT_MSSDK.SMSv3.SmsDeliveryResponse.ResourceURL [get, set] |
Gets or sets the ResourceURL. The endpoint URI that served this request.