67 references to GetResourceString
System.Net.Sockets (67)
artifacts\obj\System.Net.Sockets\Debug\net11.0-unix\System.SR.cs (67)
16internal static string @Arg_InvalidHandle => GetResourceString("Arg_InvalidHandle", @"Invalid handle."); 18internal static string @net_invalidversion => GetResourceString("net_invalidversion", @"This protocol version is not supported."); 20internal static string @net_noseek => GetResourceString("net_noseek", @"This stream does not support seek operations."); 22internal static string @net_invasync => GetResourceString("net_invasync", @"Cannot block a call on this socket while an earlier asynchronous call is in progress."); 24internal static string @net_io_timeout_use_gt_zero => GetResourceString("net_io_timeout_use_gt_zero", @"Timeout can be only be set to 'System.Threading.Timeout.Infinite' or a value > 0."); 26internal static string @net_notconnected => GetResourceString("net_notconnected", @"The operation is not allowed on non-connected sockets."); 28internal static string @net_notstream => GetResourceString("net_notstream", @"The operation is not allowed on non-stream oriented sockets."); 30internal static string @net_stopped => GetResourceString("net_stopped", @"Not listening. You must call the Start() method before calling this method."); 32internal static string @net_udpconnected => GetResourceString("net_udpconnected", @"Cannot send packets to an arbitrary host while connected."); 34internal static string @net_readonlystream => GetResourceString("net_readonlystream", @"The stream does not support writing."); 36internal static string @net_writeonlystream => GetResourceString("net_writeonlystream", @"The stream does not support reading."); 38internal static string @net_InvalidAddressFamily => GetResourceString("net_InvalidAddressFamily", @"The AddressFamily {0} is not valid for the {1} end point, use {2} instead."); 40internal static string @net_InvalidEndPointAddressFamily => GetResourceString("net_InvalidEndPointAddressFamily", @"The supplied EndPoint of AddressFamily {0} is not valid for this Socket, use {1} instead."); 42internal static string @net_InvalidSocketAddressSize => GetResourceString("net_InvalidSocketAddressSize", @"The supplied {0} is an invalid size for the {1} end point."); 44internal static string @net_invalidAddressList => GetResourceString("net_invalidAddressList", @"None of the discovered or specified addresses match the socket address family."); 46internal static string @net_completed_result => GetResourceString("net_completed_result", @"This operation cannot be performed on a completed asynchronous result object."); 48internal static string @net_protocol_invalid_family => GetResourceString("net_protocol_invalid_family", @"'{0}' Client can only accept InterNetwork or InterNetworkV6 addresses."); 50internal static string @net_protocol_invalid_multicast_family => GetResourceString("net_protocol_invalid_multicast_family", @"Multicast family is not the same as the family of the '{0}' Client."); 52internal static string @net_sockets_zerolist => GetResourceString("net_sockets_zerolist", @"The parameter {0} must contain one or more elements."); 54internal static string @net_sockets_blocking => GetResourceString("net_sockets_blocking", @"The operation is not allowed on a non-blocking Socket."); 56internal static string @net_sockets_useblocking => GetResourceString("net_sockets_useblocking", @"Use the Blocking property to change the status of the Socket."); 58internal static string @net_sockets_select => GetResourceString("net_sockets_select", @"The operation is not allowed on objects of type {0}. Use only objects of type {1}."); 60internal static string @net_sockets_toolarge_select => GetResourceString("net_sockets_toolarge_select", @"The {0} list contains too many items; a maximum of {1} is allowed."); 62internal static string @net_sockets_empty_select => GetResourceString("net_sockets_empty_select", @"All lists are either null or empty."); 64internal static string @net_sockets_mustbind => GetResourceString("net_sockets_mustbind", @"You must call the Bind method before performing this operation."); 66internal static string @net_sockets_mustlisten => GetResourceString("net_sockets_mustlisten", @"You must call the Listen method before performing this operation."); 68internal static string @net_sockets_mustnotlisten => GetResourceString("net_sockets_mustnotlisten", @"You may not perform this operation after calling the Listen method."); 70internal static string @net_sockets_mustnotbebound => GetResourceString("net_sockets_mustnotbebound", @"The socket must not be bound or connected."); 72internal static string @net_sockets_namedmustnotbebound => GetResourceString("net_sockets_namedmustnotbebound", @"{0}: The socket must not be bound or connected."); 74internal static string @net_sockets_invalid_ipaddress_length => GetResourceString("net_sockets_invalid_ipaddress_length", @"The number of specified IP addresses has to be greater than 0."); 76internal static string @net_sockets_invalid_optionValue => GetResourceString("net_sockets_invalid_optionValue", @"The specified value is not a valid '{0}'."); 78internal static string @net_sockets_invalid_optionValue_all => GetResourceString("net_sockets_invalid_optionValue_all", @"The specified value is not valid."); 80internal static string @net_sockets_invalid_dnsendpoint => GetResourceString("net_sockets_invalid_dnsendpoint", @"The parameter {0} must not be of type DnsEndPoint."); 82internal static string @net_sockets_disconnectedConnect => GetResourceString("net_sockets_disconnectedConnect", @"Once the socket has been disconnected, you can only reconnect again asynchronously, and only to a different EndPoint. BeginConnect must be called on a thread that won't exit until the operation has been completed."); 84internal static string @net_sockets_disconnectedAccept => GetResourceString("net_sockets_disconnectedAccept", @"Once the socket has been disconnected, you can only accept again asynchronously. BeginAccept must be called on a thread that won't exit until the operation has been completed."); 86internal static string @net_tcplistener_mustbestopped => GetResourceString("net_tcplistener_mustbestopped", @"The TcpListener must not be listening before performing this operation."); 88internal static string @net_socketopinprogress => GetResourceString("net_socketopinprogress", @"An asynchronous socket operation is already in progress using this SocketAsyncEventArgs instance."); 90internal static string @net_buffercounttoosmall => GetResourceString("net_buffercounttoosmall", @"The Buffer space specified by the Count property is insufficient for the AcceptAsync method."); 92internal static string @net_multibuffernotsupported => GetResourceString("net_multibuffernotsupported", @"Multiple buffers cannot be used with this method."); 94internal static string @net_ambiguousbuffers => GetResourceString("net_ambiguousbuffers", @"Buffer and BufferList properties cannot both be non-null."); 96internal static string @net_io_writefailure => GetResourceString("net_io_writefailure", @"Unable to write data to the transport connection: {0}."); 98internal static string @net_io_readfailure => GetResourceString("net_io_readfailure", @"Unable to read data from the transport connection: {0}."); 100internal static string @net_io_invalidasyncresult => GetResourceString("net_io_invalidasyncresult", @"The IAsyncResult object was not returned from the corresponding asynchronous method on this class."); 102internal static string @net_io_invalidendcall => GetResourceString("net_io_invalidendcall", @"{0} can only be called once for each asynchronous operation."); 104internal static string @ArgumentOutOfRange_Bounds_Lower_Upper_Named => GetResourceString("ArgumentOutOfRange_Bounds_Lower_Upper_Named", @"Argument '{2}' must be between {0} and {1}."); 106internal static string @net_sockets_connect_multiconnect_notsupported => GetResourceString("net_sockets_connect_multiconnect_notsupported", @"Sockets on this platform are invalid for use after a failed connection attempt."); 108internal static string @net_sockets_dualmode_receivefrom_notsupported => GetResourceString("net_sockets_dualmode_receivefrom_notsupported", @"This platform does not support packet information for dual-mode sockets. If packet information is not required, use Socket.Receive. If packet information is required set Socket.DualMode to false."); 110internal static string @net_sockets_accept_receive_notsupported => GetResourceString("net_sockets_accept_receive_notsupported", @"This platform does not support receiving data with Socket.AcceptAsync. Instead, make a separate call to Socket.ReceiveAsync."); 112internal static string @net_sockets_duplicateandclose_notsupported => GetResourceString("net_sockets_duplicateandclose_notsupported", @"This platform does not support Socket.DuplicateAndClose. Instead, create a new socket."); 114internal static string @net_sockets_transmitfileoptions_notsupported => GetResourceString("net_sockets_transmitfileoptions_notsupported", @"This platform does not support TransmitFileOptions other than TransmitFileOptions.UseDefaultWorkerThread."); 116internal static string @NotSupported_UnreadableStream => GetResourceString("NotSupported_UnreadableStream", @"Stream does not support reading."); 118internal static string @NotSupported_UnwritableStream => GetResourceString("NotSupported_UnwritableStream", @"Stream does not support writing."); 120internal static string @ArgumentOutOfRange_PathLengthInvalid => GetResourceString("ArgumentOutOfRange_PathLengthInvalid", @"The path '{0}' is of an invalid length for use with domain sockets on this platform. The length must be between 1 and {1} characters, inclusive."); 122internal static string @net_io_readwritefailure => GetResourceString("net_io_readwritefailure", @"Unable to transfer data on the transport connection: {0}."); 124internal static string @PlatformNotSupported_AcceptSocket => GetResourceString("PlatformNotSupported_AcceptSocket", @"Accepting into an existing Socket is not supported on this platform."); 126internal static string @PlatformNotSupported_IOControl => GetResourceString("PlatformNotSupported_IOControl", @"Socket.IOControl handles Windows-specific control codes and is not supported on this platform."); 128internal static string @PlatformNotSupported_IPProtectionLevel => GetResourceString("PlatformNotSupported_IPProtectionLevel", @"IP protection level cannot be controlled on this platform."); 130internal static string @InvalidOperation_BufferNotExplicitArray => GetResourceString("InvalidOperation_BufferNotExplicitArray", @"This operation may only be performed when the buffer was set using the SetBuffer overload that accepts an array."); 132internal static string @InvalidOperation_IncorrectToken => GetResourceString("InvalidOperation_IncorrectToken", @"The result of the operation was already consumed and may not be used again."); 134internal static string @net_sockets_sendpackelement_FileStreamMustBeAsync => GetResourceString("net_sockets_sendpackelement_FileStreamMustBeAsync", @"The FileStream must have been opened for asynchronous reading and writing."); 136internal static string @net_sockets_valuetaskmisuse => GetResourceString("net_sockets_valuetaskmisuse", @"A ValueTask returned from an asynchronous socket operation was consumed concurrently. ValueTasks must only ever be awaited once. (Id: {0})."); 138internal static string @net_sockets_invalid_socketinformation => GetResourceString("net_sockets_invalid_socketinformation", @"The specified value for the socket information is invalid."); 140internal static string @net_sockets_asyncoperations_notallowed => GetResourceString("net_sockets_asyncoperations_notallowed", @"Asynchronous operations are not allowed on this socket. The underlying OS handle might have been already bound to an IO completion port."); 142internal static string @InvalidNullArgument => GetResourceString("InvalidNullArgument", @"Null is not a valid value for {0}."); 144internal static string @SystemNetSockets_PlatformNotSupported => GetResourceString("SystemNetSockets_PlatformNotSupported", @"System.Net.Sockets is not supported on this platform."); 146internal static string @net_sockets_address_small => GetResourceString("net_sockets_address_small", @"Provided SocketAddress is too small for given AddressFamily."); 148internal static string @net_sockets_invalid_connect_algorithm => GetResourceString("net_sockets_invalid_connect_algorithm", @"Provided ConnectAlgorithm {0} is not valid.");