C# Class RedditStoreApp.Data.Core.Response

显示文件 Open project: anroOfCode/reddit-w8-app

Public Methods

Method Description
Response ( String content, System.DateTime sent, HttpStatusCode statusCode, bool isSuccess ) : System
ToString ( ) : string

Method Details

Response() public method

public Response ( String content, System.DateTime sent, HttpStatusCode statusCode, bool isSuccess ) : System
content String
sent System.DateTime
statusCode HttpStatusCode
isSuccess bool
return System

ToString() public method

public ToString ( ) : string
return string