C# 클래스 RealCrowd.Grip.HttpResponseFormat

상속: Format
파일 보기 프로젝트 열기: realcrowd/grip.net 1 사용 예제들

공개 메소드들

메소드 설명
HttpResponseFormat ( ) : RealCrowd.PublishControl
HttpResponseFormat ( string contentType, string body ) : RealCrowd.PublishControl
ToObject ( ) : object

메소드 상세

HttpResponseFormat() 공개 메소드

public HttpResponseFormat ( ) : RealCrowd.PublishControl
리턴 RealCrowd.PublishControl

HttpResponseFormat() 공개 메소드

public HttpResponseFormat ( string contentType, string body ) : RealCrowd.PublishControl
contentType string
body string
리턴 RealCrowd.PublishControl

ToObject() 공개 메소드

public ToObject ( ) : object
리턴 object