Click or drag to resize

ToolsHttpDebugResponse Method

Prints Debugging Output to the Console Standard Out for a HTTP Web Response.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static void HttpDebugResponse(
	HttpWebResponse httpResponse
)

Parameters

httpResponse
Type: System.NetHttpWebResponse
HTTP Web Response.
Remarks
Only available in Debug builds
See Also