6internal static class SR
74 internal static string Format(
string resourceFormat,
object p1)
78 return string.Join(
", ", resourceFormat, p1);
80 return string.Format(resourceFormat, p1);
83 internal static string Format(
string resourceFormat,
object p1,
object p2)
87 return string.Join(
", ", resourceFormat, p1, p2);
89 return string.Format(resourceFormat, p1, p2);
92 internal static string Format(
string resourceFormat,
object p1,
object p2,
object p3)
96 return string.Join(
", ", resourceFormat, p1, p2, p3);
98 return string.Format(resourceFormat, p1, p2, p3);
static bool TryGetSwitch(string switchName, out bool isEnabled)
virtual ? string GetString(string name)
static string net_collection_readonly
static ResourceManager s_resourceManager
static string net_cookie_size
static string net_cookie_attribute
static string dns_bad_ip_address
static string net_sockets_invalid_optionValue_all
static string Format(string resourceFormat, object p1)
static string net_nodefaultcreds
static string net_cookie_capacity_range
static string Format(string resourceFormat, object p1, object p2)
static string net_InvalidSocketAddressSize
static string net_InvalidAddressFamily
static string net_MethodNotImplementedException
static string InvalidOperation_EnumFailedVersion
static ResourceManager ResourceManager
static string net_PropertyNotImplementedException
static string net_toosmall
static string net_container_add_cookie
static string GetResourceString(string resourceKey)
static bool UsingResourceKeys()
static string net_cookie_parse_header
static string net_emptystringcall
static string Format(string resourceFormat, object p1, object p2, object p3)
static readonly bool s_usingResourceKeys
static string InvalidOperation_EnumOpCantHappen
static string bad_endpoint_string
static string net_cookie_format