C# Class RealCrowd.Grip.HttpResponseFormat

Inheritance: Format
Datei anzeigen Open project: realcrowd/grip.net Class Usage Examples

Public Methods

Method Description
HttpResponseFormat ( ) : RealCrowd.PublishControl
HttpResponseFormat ( string contentType, string body ) : RealCrowd.PublishControl
ToObject ( ) : object

Method Details

HttpResponseFormat() public method

public HttpResponseFormat ( ) : RealCrowd.PublishControl
return RealCrowd.PublishControl

HttpResponseFormat() public method

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

ToObject() public method

public ToObject ( ) : object
return object