Click or drag to resize

PFApplicationRestHandlerGetRequestBody Method

Gets the request body.

Namespace:  Packflow.Rest
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected string GetRequestBody(
	HttpRequest request
)

Parameters

request
Type: System.WebHttpRequest

Return Value

Type: String
See Also