6internal static class SR
131 string result =
null;
142 internal static string Format(
string resourceFormat,
object p1)
146 return string.Join(
", ", resourceFormat, p1);
148 return string.Format(resourceFormat, p1);
151 internal static string Format(
string resourceFormat,
object p1,
object p2)
155 return string.Join(
", ", resourceFormat, p1, p2);
157 return string.Format(resourceFormat, p1, p2);
160 internal static string Format(
string resourceFormat,
object p1,
object p2,
object p3)
164 return string.Join(
", ", resourceFormat, p1, p2, p3);
166 return string.Format(resourceFormat, p1, p2, p3);
static bool TryGetSwitch(string switchName, out bool isEnabled)
virtual ? string GetString(string name)
static string net_sockets_invalid_dnsendpoint
static string net_sockets_mustlisten
static string net_sockets_blocking
static string net_protocol_invalid_family
static string net_tcplistener_mustbestopped
static string net_sockets_asyncoperations_notallowed
static string net_invalidversion
static string net_invalidAddressList
static string net_sockets_invalid_optionValue
static string net_sockets_valuetaskmisuse
static string net_buffercounttoosmall
static string InvalidNullArgument
static ResourceManager s_resourceManager
static string net_udpconnected
static string net_readonlystream
static string net_sockets_namedmustnotbebound
static string net_io_readfailure
static string ArgumentOutOfRange_PathLengthInvalid
static string net_sockets_invalid_optionValue_all
static string net_sockets_sendpackelement_FileStreamMustBeAsync
static string Arg_InvalidHandle
static string Format(string resourceFormat, object p1)
static string net_multibuffernotsupported
static string Format(string resourceFormat, object p1, object p2)
static string net_InvalidSocketAddressSize
static string net_io_timeout_use_gt_zero
static string net_InvalidAddressFamily
static string net_protocol_invalid_multicast_family
static string net_sockets_invalid_ipaddress_length
static string InvalidOperation_BufferNotExplicitArray
static string net_sockets_empty_select
static string net_value_cannot_be_negative
static string net_notconnected
static string net_writeonlystream
static string net_io_writefailure
static ResourceManager ResourceManager
static string net_sockets_mustnotlisten
static string InvalidOperation_IncorrectToken
static string net_sockets_mustbind
static string net_sockets_disconnectedAccept
static string net_ambiguousbuffers
static string net_sockets_disconnectedConnect
static string net_socketopinprogress
static string InvalidOperation_MultipleContinuations
static string net_notstream
static string net_sockets_mustnotbebound
static string net_sockets_invalid_socketinformation
static string net_invasync
static string ArgumentOutOfRange_Bounds_Lower_Upper_Named
static string GetResourceString(string resourceKey)
static bool UsingResourceKeys()
static string net_sockets_zerolist
static string net_sockets_useblocking
static string Format(string resourceFormat, object p1, object p2, object p3)
static string net_InvalidEndPointAddressFamily
static string net_io_readwritefailure
static readonly bool s_usingResourceKeys
static string net_stopped
static string net_sockets_toolarge_select
static string net_sockets_select