Mocker..::..GetStringContent Method

Gets the content of the string.

Namespace:  FastMoq
Assembly:  FastMoq.Core (in FastMoq.Core.dll)

Syntax


public Task<string> GetStringContent(
	HttpContent content
)
Public Function GetStringContent ( _
	content As HttpContent _
) As Task(Of String)
public:
Task<String^>^ GetStringContent(
	HttpContent^ content
)

Parameters

content
Type: HttpContent
The content.

Return Value

string.