C# 클래스 Raven.Database.Server.Responders.SuggestionResponder

상속: RequestResponder
파일 보기 프로젝트 열기: nhsevidence/ravendb

공개 메소드들

메소드 설명
Respond ( IHttpContext context ) : void

Responds the specified context.

메소드 상세

Respond() 공개 메소드

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