Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Raven
Database
Server
Responders
SuggestionResponder
C# Class Raven.Database.Server.Responders.SuggestionResponder
Inheritance:
RequestResponder
Mostrar archivo
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