HttpBasedTransport.GetReceiveQueryString Method
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Client.Transports
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Protected Function GetReceiveQueryString ( _
connection As IConnection, _
data As String _
) As String
'Usage
Dim connection As IConnection
Dim data As String
Dim returnValue As String
returnValue = Me.GetReceiveQueryString(connection, _
data)
protected string GetReceiveQueryString(
IConnection connection,
string data
)
protected:
String^ GetReceiveQueryString(
IConnection^ connection,
String^ data
)
member GetReceiveQueryString :
connection:IConnection *
data:string -> string
protected function GetReceiveQueryString(
connection : IConnection,
data : String
) : String
Parameters
- connection
Type: Microsoft.AspNet.SignalR.Client.IConnection
- data
Type: System.String
Return Value
Type: System.String
Returns String.