6internal static class SR
66 internal static string Format(
string resourceFormat,
object p1)
70 return string.Join(
", ", resourceFormat, p1);
72 return string.Format(resourceFormat, p1);
75 internal static string Format(
string resourceFormat,
object p1,
object p2)
79 return string.Join(
", ", resourceFormat, p1, p2);
81 return string.Format(resourceFormat, p1, p2);
static bool TryGetSwitch(string switchName, out bool isEnabled)
virtual ? string GetString(string name)
static string net_WebSockets_AcceptUnsupportedProtocol
static string net_WebSockets_InvalidCharInProtocolString
static string net_WebSockets_NoDuplicateProtocol
static string net_WebSockets_MissingResponseHeader
static string net_WebSockets_InvalidResponseHeader
static string net_WebSockets_NotConnected
static ResourceManager s_resourceManager
static string net_WebSockets_AlreadyStarted
static string Format(string resourceFormat, object p1)
static string net_WebSockets_ServerWindowBitsNegotiationFailure
static string net_WebSockets_ClientWindowBitsNegotiationFailure
static string Format(string resourceFormat, object p1, object p2)
static ResourceManager ResourceManager
static string net_uri_NotAbsolute
static string net_WebSockets_ArgumentOutOfRange_TooSmall
static string GetResourceString(string resourceKey)
static bool UsingResourceKeys()
static string net_webstatus_ConnectFailure
static string net_WebSockets_Scheme
static readonly bool s_usingResourceKeys
static string net_WebSockets_InvalidEmptySubProtocol
static string net_WebSockets_Connect101Expected