IJavaScriptProxyGenerator.GenerateProxy Method
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Function GenerateProxy ( _
serviceUrl As String _
) As String
'Usage
Dim instance As IJavaScriptProxyGenerator
Dim serviceUrl As String
Dim returnValue As String
returnValue = instance.GenerateProxy(serviceUrl)
string GenerateProxy(
string serviceUrl
)
String^ GenerateProxy(
String^ serviceUrl
)
abstract GenerateProxy :
serviceUrl:string -> string
function GenerateProxy(
serviceUrl : String
) : String
Parameters
- serviceUrl
Type: System.String
Return Value
Type: System.String