HelpersGetResultAsString Method |
Gets the HTTP response message result as a String.
Namespace:
WorkflowGen.My.Web
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax public static string GetResultAsString(
HttpResponseMessage httpResponseMessage
)
Public Shared Function GetResultAsString (
httpResponseMessage As HttpResponseMessage
) As String
Parameters
- httpResponseMessage
- Type: System.Net.HttpHttpResponseMessage
Response message from the HTTP request
Return Value
Type:
StringSee Also