Click or drag to resize

IHttpProtocolResponseWrite Method

Writes a String to the response body.

Namespace:  VDS.RDF.Web
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
void Write(
	string data
)

Parameters

data
Type: SystemString
Data to write.
See Also