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.MIMv1.GetMessageHeadersResponse Class Reference

Encapsulates the response of the get message headers response. More...

List of all members.

Public Member Functions

 GetMessageHeadersResponse ()
 Initializes a new instance of the GetMessageHeadersResponse class.

Static Public Member Functions

static GetMessageHeadersResponse ParseJSON (string jsonInput)
 Converts a string containing a JSON object to a GetMessageHeadersResponse object.

Properties

MessageHeadersListData MessageHeadersList [get, set]
 Gets or sets the MessageHeadersList.

Detailed Description

Encapsulates the response of the get message headers response.


Constructor & Destructor Documentation


Member Function Documentation

Converts a string containing a JSON object to a GetMessageHeadersResponse object.

Parameters:
jsonInputThe string containing the JSON input.
Returns:
The GetMessageHeadersResponse returned by the server.

Property Documentation