C# Class Raven.Database.Server.Responders.SuggestionResponder

Inheritance: RequestResponder
ファイルを表示 Open project: nhsevidence/ravendb

Public Methods

Method Description
Respond ( IHttpContext context ) : void

Responds the specified context.

Method Details

Respond() public method

Responds the specified context.
public Respond ( IHttpContext context ) : void
context IHttpContext The context.
return void