TransportHelper::ProcessResponse Method

.NET Framework 4.5

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

public:
static void ProcessResponse(
	IConnection^ connection, 
	String^ response, 
	[OutAttribute] bool% timedOut, 
	[OutAttribute] bool% disconnected
)

Parameters

connection
Type: Microsoft.AspNet.SignalR.Client::IConnection
response
Type: System::String
timedOut
Type: System::Boolean%
disconnected
Type: System::Boolean%
Show: