Click or drag to resize

HelpersGetResultAsString Method

Gets the HTTP response message result as a String.

Namespace:  WorkflowGen.My.Web
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public static string GetResultAsString(
	HttpResponseMessage httpResponseMessage
)

Parameters

httpResponseMessage
Type: System.Net.HttpHttpResponseMessage
Response message from the HTTP request

Return Value

Type: String
See Also