HubConfiguration.EnableJavaScriptProxies Property

.NET Framework 4

Determines whether JavaScript proxies for the server-side hubs should be auto generated at {Path}/hubs. Defaults to true.

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

Syntax

'Declaration
Public Property EnableJavaScriptProxies As Boolean 
    Get 
    Set
'Usage
Dim instance As HubConfiguration 
Dim value As Boolean 

value = instance.EnableJavaScriptProxies

instance.EnableJavaScriptProxies = value
public bool EnableJavaScriptProxies { get; set; }
public:
property bool EnableJavaScriptProxies {
    bool get ();
    void set (bool value);
}
member EnableJavaScriptProxies : bool with get, set
function get EnableJavaScriptProxies () : boolean 
function set EnableJavaScriptProxies (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

HubConfiguration Class

Microsoft.AspNet.SignalR Namespace