Microsoft.AspNetCore.SignalR.Resources.FormatError_WebSocketsNotSupported C# (CSharp) Method

FormatError_WebSocketsNotSupported() static private method

WebSockets is not supported.
static private FormatError_WebSocketsNotSupported ( ) : string
return string
        internal static string FormatError_WebSocketsNotSupported()
        {
            return GetString("Error_WebSocketsNotSupported");
        }
Resources