IRequest.ReadForm Method

.NET Framework 4.5

Reads the form of the http request.

Namespace:  Microsoft.AspNet.SignalR
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Syntax

'Declaration
Function ReadForm As Task(Of INameValueCollection)
'Usage
Dim instance As IRequest 
Dim returnValue As Task(Of INameValueCollection)

returnValue = instance.ReadForm()
Task<INameValueCollection> ReadForm()
Task<INameValueCollection^>^ ReadForm()
abstract ReadForm : unit -> Task<INameValueCollection> 
function ReadForm() : Task<INameValueCollection>

Return Value

Type: System.Threading.Tasks.Task<INameValueCollection>
The form of the http request to read.

See Also

Reference

IRequest Interface

Microsoft.AspNet.SignalR Namespace