C# Class PusherServer.TriggerResult

Inheritance: RequestResult, ITriggerResult
Afficher le fichier Open project: pusher/pusher-http-dotnet Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat System