C# 클래스 PusherServer.TriggerResult

상속: RequestResult, ITriggerResult
파일 보기 프로젝트 열기: pusher/pusher-http-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
TriggerResult ( HttpResponseMessage response, string responseContent ) : System

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

메소드 상세

TriggerResult() 공개 메소드

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
리턴 System