6internal static class SR
106 internal static string Format(
string resourceFormat,
object p1)
110 return string.Join(
", ", resourceFormat, p1);
112 return string.Format(resourceFormat, p1);
115 internal static string Format(
string resourceFormat,
object p1,
object p2)
119 return string.Join(
", ", resourceFormat, p1, p2);
121 return string.Format(resourceFormat, p1, p2);
124 internal static string Format(
string resourceFormat, params
object[] args)
130 return resourceFormat +
", " +
string.Join(
", ", args);
132 return string.Format(resourceFormat, args);
134 return resourceFormat;
static bool TryGetSwitch(string switchName, out bool isEnabled)
virtual ? string GetString(string name)
static string net_WebSockets_InvalidCharInProtocolString
static string net_Websockets_ContinuationFromFinalFrame
static string net_Websockets_InvalidControlMessage
static string net_WebSockets_Argument_InvalidMessageType
static string net_WebSockets_Argument_MessageFlagsHasDifferentCompressionOptions
static string ZLibErrorNotEnoughMemory
static string net_WebSockets_UnsupportedWebSocketVersion_Generic
static string net_WebSockets_InvalidMessageType_Generic
static string NotWriteableStream
static string ZLibUnsupportedCompression
static ResourceManager s_resourceManager
static string net_Websockets_PerMessageCompressedFlagWhenNotEnabled
static string net_WebSockets_ArgumentOutOfRange
static string net_WebSockets_HeaderError_Generic
static string net_Websockets_InvalidPayloadLength
static string Format(string resourceFormat, object p1)
static string net_Websockets_WebSocketBaseFaulted
static string net_WebSockets_Generic
static string Format(string resourceFormat, object p1, object p2)
static string net_WebSockets_UnsupportedProtocol_Generic
static string net_Websockets_NonContinuationAfterNonFinalFrame
static ResourceManager ResourceManager
static string net_Websockets_UnknownOpcode
static string net_WebSockets_InvalidState_Generic
static string net_WebSockets_ConnectionClosedPrematurely_Generic
static string net_WebSockets_InvalidCloseStatusDescription
static string net_WebSockets_ArgumentOutOfRange_TooSmall
static string ZLibErrorDLLLoadError
static string ZLibErrorInconsistentStream
static string net_WebSockets_InvalidCloseStatusCode
static string net_Websockets_ClientReceivedMaskedFrame
static string net_Websockets_PerMessageCompressedFlagInContinuation
static string net_Websockets_ReservedBitsSet
static string GetResourceString(string resourceKey)
static bool UsingResourceKeys()
static string ZLibErrorUnexpected
static string net_WebSockets_ReasonNotNull
static string net_WebSockets_InvalidState
static readonly bool s_usingResourceKeys
static string net_WebSockets_InvalidEmptySubProtocol
static string NotReadableStream
static string Format(string resourceFormat, params object[] args)
static string net_WebSockets_NotAWebSocket_Generic