ConnectionConfiguration.EnableJSONP Property

.NET Framework 4.5

Gets of sets a boolean that determines if JSONP is enabled.

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

Syntax

'Declaration
Public Property EnableJSONP As Boolean 
    Get 
    Set
'Usage
Dim instance As ConnectionConfiguration 
Dim value As Boolean 

value = instance.EnableJSONP

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

Property Value

Type: System.Boolean

See Also

Reference

ConnectionConfiguration Class

Microsoft.AspNet.SignalR Namespace