TransportHelper::GetReceiveQueryString Method

.NET Framework 4.5

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

public:
static String^ GetReceiveQueryString(
	IConnection^ connection, 
	String^ data, 
	String^ transport
)

Parameters

connection
Type: Microsoft.AspNet.SignalR.Client::IConnection
data
Type: System::String
transport
Type: System::String

Return Value

Type: System::String
Show: