AT&T API Platform SDK for Microsoft®  2.3.2
Wrapper classes that allow developers to build robust applications using .NET
 All Classes Namespaces Functions Enumerations Enumerator Properties Groups Pages
ATT_MSSDK.WapPush.WapPushResponse Class Reference

The response to a Send WAP push request. More...

Inheritance diagram for ATT_MSSDK.WapPush.WapPushResponse:
ATT_MSSDK.Response

Static Public Member Functions

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

Properties

string Id [get, set]
 Gets or sets the Id value returned by the server. A unique identifier for the message. More...
 

Detailed Description

The response to a Send WAP push request.

Member Function Documentation

static WapPushResponse ATT_MSSDK.WapPush.WapPushResponse.Parse ( string  jsonInput)
static

Creates an WapPushResponse object by parsing the JSON input.

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

Property Documentation

string ATT_MSSDK.WapPush.WapPushResponse.Id
getset

Gets or sets the Id value returned by the server. A unique identifier for the message.