C# Class PusherServer.TriggerResult

Inheritance: RequestResult, ITriggerResult
Show file Open project: pusher/pusher-http-dotnet Class Usage Examples

Public Methods

Method Description
TriggerResult ( HttpResponseMessage response, string responseContent ) : System

Constructs a new instance of a TriggerResult based upon a passed in Rest Response

Method Details

TriggerResult() public method

Constructs a new instance of a TriggerResult based upon a passed in Rest Response
public TriggerResult ( HttpResponseMessage response, string responseContent ) : System
response HttpResponseMessage The Rest Response which will form the basis of this Trigger Result
responseContent string The response content as a string
return System