C# Class Junior.Route.Routing.Responses.ImmutableResponse

Inheritance: IResponse
ファイルを表示 Open project: nathan-alden/junior-route

Public Methods

Method Description
GetContentAsync ( ) : Task

Protected Methods

Method Description
ImmutableResponse ( Response response, Action configurationDelegate = null ) : System

Method Details

GetContentAsync() public method

public GetContentAsync ( ) : Task
return Task

ImmutableResponse() protected method

protected ImmutableResponse ( Response response, Action configurationDelegate = null ) : System
response Response
configurationDelegate Action
return System