Respond Method (String)

HttpServer.dll

Send a response.

Namespace:  HttpServer
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void Respond(
	string body
)
Visual Basic (Declaration)
Public Sub Respond ( _
	body As String _
)
Visual C++
public:
void Respond(
	String^ body
)

Parameters

body
Type: System..::.String

[Missing <param name="body"/> documentation for "M:HttpServer.HttpClientContext.Respond(System.String)"]

Exceptions

See Also