Share via


IResponse.ReadAsString Method

.NET Framework 4

Reads the response body as a string.

Namespace:  Microsoft.AspNet.SignalR.Client.Http
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

Syntax

'Declaration
Function ReadAsString As String
'Usage
Dim instance As IResponse 
Dim returnValue As String 

returnValue = instance.ReadAsString()
string ReadAsString()
String^ ReadAsString()
abstract ReadAsString : unit -> string
function ReadAsString() : String

Return Value

Type: System.String

See Also

Reference

IResponse Interface

Microsoft.AspNet.SignalR.Client.Http Namespace