C# Class MadMimi.Result

Exibir arquivo Open project: madmimi/madmimi-dotnet

Public Methods

Method Description
Result ( Exception exception ) : System

Initializes a new instance of the MadMimi.Result class.

Result ( HttpWebResponse response ) : System

Initializes a new instance of the MadMimi.Result class.

Result ( WebResponse response ) : System

Initializes a new instance of the MadMimi.Result class.

Method Details

Result() public method

Initializes a new instance of the MadMimi.Result class.
public Result ( Exception exception ) : System
exception System.Exception /// The Exception which contains the result (usually caused by a missing parameter, macro, or network issue). ///
return System

Result() public method

Initializes a new instance of the MadMimi.Result class.
public Result ( HttpWebResponse response ) : System
response System.Net.HttpWebResponse /// An HttpWebResponse which contains the result. ///
return System

Result() public method

Initializes a new instance of the MadMimi.Result class.
public Result ( WebResponse response ) : System
response System.Net.WebResponse /// A WebResponse which contains the result (usually with a 40X status). ///
return System