Microsoft.AspNetCore.SignalR.HubOptions.HubOptions C# (CSharp) Method

HubOptions() public method

public HubOptions ( ) : System.Collections.Generic
return System.Collections.Generic
        public HubOptions()
        {
            EnableJavaScriptProxies = true;
        }
    }
HubOptions