DefaultJavaScriptProxyGenerator::GenerateProxy Method (String, Boolean)

.NET Framework 4.5

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

public:
String^ GenerateProxy(
	String^ serviceUrl, 
	bool includeDocComments
)

Parameters

serviceUrl
Type: System::String
includeDocComments
Type: System::Boolean

Return Value

Type: System::String
Returns String.
Show: