Click or drag to resize
IRequestReadBodyAsString Method
Returns the body as a single string.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
string ReadBodyAsString(
	Encoding encoding
)

Parameters

encoding
Type: System.TextEncoding

Return Value

Type: String
See Also