Microsoft.AspNetCore.SignalR.HubOptions.HubOptions C# (CSharp) Méthode

HubOptions() public méthode

public HubOptions ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public HubOptions()
        {
            EnableJavaScriptProxies = true;
        }
    }
HubOptions