C# Class Sailthru.SailthruResponse

Afficher le fichier Open project: sailthru/sailthru-net-client Class Usage Examples

Méthodes publiques

Méthode Description
IsOK ( ) : System.Boolean

Check if the response is valid

SailthruResponse ( HttpWebResponse response ) : System

Constructor

getRateLimitInfo ( ) : Hashtable

Private Methods

Méthode Description
createErrorResponse ( String message ) : Hashtable

create custom hastable with error and errormsg

parseJSON ( ) : void

Parse Response JSON

Method Details

IsOK() public méthode

Check if the response is valid
public IsOK ( ) : System.Boolean
Résultat System.Boolean

SailthruResponse() public méthode

Constructor
public SailthruResponse ( HttpWebResponse response ) : System
response System.Net.HttpWebResponse
Résultat System

getRateLimitInfo() public méthode

public getRateLimitInfo ( ) : Hashtable
Résultat System.Collections.Hashtable