|
// <auto-generated>
using System.Reflection;
namespace FxResources.System.Net.Sockets
{
internal static class SR { }
}
namespace System
{
internal static partial class SR
{
private static global::System.Resources.ResourceManager s_resourceManager;
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.System.Net.Sockets.SR)));
/// <summary>Invalid handle.</summary>
internal static string @Arg_InvalidHandle => GetResourceString("Arg_InvalidHandle", @"Invalid handle.");
/// <summary>This protocol version is not supported.</summary>
internal static string @net_invalidversion => GetResourceString("net_invalidversion", @"This protocol version is not supported.");
/// <summary>This stream does not support seek operations.</summary>
internal static string @net_noseek => GetResourceString("net_noseek", @"This stream does not support seek operations.");
/// <summary>Cannot block a call on this socket while an earlier asynchronous call is in progress.</summary>
internal static string @net_invasync => GetResourceString("net_invasync", @"Cannot block a call on this socket while an earlier asynchronous call is in progress.");
/// <summary>Timeout can be only be set to 'System.Threading.Timeout.Infinite' or a value > 0.</summary>
internal 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.");
/// <summary>The operation is not allowed on non-connected sockets.</summary>
internal static string @net_notconnected => GetResourceString("net_notconnected", @"The operation is not allowed on non-connected sockets.");
/// <summary>The operation is not allowed on non-stream oriented sockets.</summary>
internal static string @net_notstream => GetResourceString("net_notstream", @"The operation is not allowed on non-stream oriented sockets.");
/// <summary>Not listening. You must call the Start() method before calling this method.</summary>
internal static string @net_stopped => GetResourceString("net_stopped", @"Not listening. You must call the Start() method before calling this method.");
/// <summary>Cannot send packets to an arbitrary host while connected.</summary>
internal static string @net_udpconnected => GetResourceString("net_udpconnected", @"Cannot send packets to an arbitrary host while connected.");
/// <summary>The stream does not support writing.</summary>
internal static string @net_readonlystream => GetResourceString("net_readonlystream", @"The stream does not support writing.");
/// <summary>The stream does not support reading.</summary>
internal static string @net_writeonlystream => GetResourceString("net_writeonlystream", @"The stream does not support reading.");
/// <summary>The AddressFamily {0} is not valid for the {1} end point, use {2} instead.</summary>
internal static string @net_InvalidAddressFamily => GetResourceString("net_InvalidAddressFamily", @"The AddressFamily {0} is not valid for the {1} end point, use {2} instead.");
/// <summary>The supplied EndPoint of AddressFamily {0} is not valid for this Socket, use {1} instead.</summary>
internal static string @net_InvalidEndPointAddressFamily => GetResourceString("net_InvalidEndPointAddressFamily", @"The supplied EndPoint of AddressFamily {0} is not valid for this Socket, use {1} instead.");
/// <summary>The supplied {0} is an invalid size for the {1} end point.</summary>
internal static string @net_InvalidSocketAddressSize => GetResourceString("net_InvalidSocketAddressSize", @"The supplied {0} is an invalid size for the {1} end point.");
/// <summary>None of the discovered or specified addresses match the socket address family.</summary>
internal static string @net_invalidAddressList => GetResourceString("net_invalidAddressList", @"None of the discovered or specified addresses match the socket address family.");
/// <summary>This operation cannot be performed on a completed asynchronous result object.</summary>
internal static string @net_completed_result => GetResourceString("net_completed_result", @"This operation cannot be performed on a completed asynchronous result object.");
/// <summary>'{0}' Client can only accept InterNetwork or InterNetworkV6 addresses.</summary>
internal static string @net_protocol_invalid_family => GetResourceString("net_protocol_invalid_family", @"'{0}' Client can only accept InterNetwork or InterNetworkV6 addresses.");
/// <summary>Multicast family is not the same as the family of the '{0}' Client.</summary>
internal 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.");
/// <summary>The parameter {0} must contain one or more elements.</summary>
internal static string @net_sockets_zerolist => GetResourceString("net_sockets_zerolist", @"The parameter {0} must contain one or more elements.");
/// <summary>The operation is not allowed on a non-blocking Socket.</summary>
internal static string @net_sockets_blocking => GetResourceString("net_sockets_blocking", @"The operation is not allowed on a non-blocking Socket.");
/// <summary>Use the Blocking property to change the status of the Socket.</summary>
internal static string @net_sockets_useblocking => GetResourceString("net_sockets_useblocking", @"Use the Blocking property to change the status of the Socket.");
/// <summary>The operation is not allowed on objects of type {0}. Use only objects of type {1}.</summary>
internal 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}.");
/// <summary>The {0} list contains too many items; a maximum of {1} is allowed.</summary>
internal static string @net_sockets_toolarge_select => GetResourceString("net_sockets_toolarge_select", @"The {0} list contains too many items; a maximum of {1} is allowed.");
/// <summary>All lists are either null or empty.</summary>
internal static string @net_sockets_empty_select => GetResourceString("net_sockets_empty_select", @"All lists are either null or empty.");
/// <summary>You must call the Bind method before performing this operation.</summary>
internal static string @net_sockets_mustbind => GetResourceString("net_sockets_mustbind", @"You must call the Bind method before performing this operation.");
/// <summary>You must call the Listen method before performing this operation.</summary>
internal static string @net_sockets_mustlisten => GetResourceString("net_sockets_mustlisten", @"You must call the Listen method before performing this operation.");
/// <summary>You may not perform this operation after calling the Listen method.</summary>
internal static string @net_sockets_mustnotlisten => GetResourceString("net_sockets_mustnotlisten", @"You may not perform this operation after calling the Listen method.");
/// <summary>The socket must not be bound or connected.</summary>
internal static string @net_sockets_mustnotbebound => GetResourceString("net_sockets_mustnotbebound", @"The socket must not be bound or connected.");
/// <summary>{0}: The socket must not be bound or connected.</summary>
internal static string @net_sockets_namedmustnotbebound => GetResourceString("net_sockets_namedmustnotbebound", @"{0}: The socket must not be bound or connected.");
/// <summary>The number of specified IP addresses has to be greater than 0.</summary>
internal 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.");
/// <summary>The specified value is not a valid '{0}'.</summary>
internal static string @net_sockets_invalid_optionValue => GetResourceString("net_sockets_invalid_optionValue", @"The specified value is not a valid '{0}'.");
/// <summary>The specified value is not valid.</summary>
internal static string @net_sockets_invalid_optionValue_all => GetResourceString("net_sockets_invalid_optionValue_all", @"The specified value is not valid.");
/// <summary>The parameter {0} must not be of type DnsEndPoint.</summary>
internal static string @net_sockets_invalid_dnsendpoint => GetResourceString("net_sockets_invalid_dnsendpoint", @"The parameter {0} must not be of type DnsEndPoint.");
/// <summary>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.</summary>
internal 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.");
/// <summary>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.</summary>
internal 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.");
/// <summary>The TcpListener must not be listening before performing this operation.</summary>
internal static string @net_tcplistener_mustbestopped => GetResourceString("net_tcplistener_mustbestopped", @"The TcpListener must not be listening before performing this operation.");
/// <summary>An asynchronous socket operation is already in progress using this SocketAsyncEventArgs instance.</summary>
internal static string @net_socketopinprogress => GetResourceString("net_socketopinprogress", @"An asynchronous socket operation is already in progress using this SocketAsyncEventArgs instance.");
/// <summary>The Buffer space specified by the Count property is insufficient for the AcceptAsync method.</summary>
internal static string @net_buffercounttoosmall => GetResourceString("net_buffercounttoosmall", @"The Buffer space specified by the Count property is insufficient for the AcceptAsync method.");
/// <summary>Multiple buffers cannot be used with this method.</summary>
internal static string @net_multibuffernotsupported => GetResourceString("net_multibuffernotsupported", @"Multiple buffers cannot be used with this method.");
/// <summary>Buffer and BufferList properties cannot both be non-null.</summary>
internal static string @net_ambiguousbuffers => GetResourceString("net_ambiguousbuffers", @"Buffer and BufferList properties cannot both be non-null.");
/// <summary>Unable to write data to the transport connection: {0}.</summary>
internal static string @net_io_writefailure => GetResourceString("net_io_writefailure", @"Unable to write data to the transport connection: {0}.");
/// <summary>Unable to read data from the transport connection: {0}.</summary>
internal static string @net_io_readfailure => GetResourceString("net_io_readfailure", @"Unable to read data from the transport connection: {0}.");
/// <summary>The IAsyncResult object was not returned from the corresponding asynchronous method on this class.</summary>
internal static string @net_io_invalidasyncresult => GetResourceString("net_io_invalidasyncresult", @"The IAsyncResult object was not returned from the corresponding asynchronous method on this class.");
/// <summary>{0} can only be called once for each asynchronous operation.</summary>
internal static string @net_io_invalidendcall => GetResourceString("net_io_invalidendcall", @"{0} can only be called once for each asynchronous operation.");
/// <summary>Argument '{2}' must be between {0} and {1}.</summary>
internal static string @ArgumentOutOfRange_Bounds_Lower_Upper_Named => GetResourceString("ArgumentOutOfRange_Bounds_Lower_Upper_Named", @"Argument '{2}' must be between {0} and {1}.");
/// <summary>Sockets on this platform are invalid for use after a failed connection attempt.</summary>
internal 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.");
/// <summary>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.</summary>
internal 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.");
/// <summary>This platform does not support receiving data with Socket.AcceptAsync. Instead, make a separate call to Socket.ReceiveAsync.</summary>
internal 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.");
/// <summary>This platform does not support Socket.DuplicateAndClose. Instead, create a new socket.</summary>
internal static string @net_sockets_duplicateandclose_notsupported => GetResourceString("net_sockets_duplicateandclose_notsupported", @"This platform does not support Socket.DuplicateAndClose. Instead, create a new socket.");
/// <summary>This platform does not support TransmitFileOptions other than TransmitFileOptions.UseDefaultWorkerThread.</summary>
internal static string @net_sockets_transmitfileoptions_notsupported => GetResourceString("net_sockets_transmitfileoptions_notsupported", @"This platform does not support TransmitFileOptions other than TransmitFileOptions.UseDefaultWorkerThread.");
/// <summary>Stream does not support reading.</summary>
internal static string @NotSupported_UnreadableStream => GetResourceString("NotSupported_UnreadableStream", @"Stream does not support reading.");
/// <summary>Stream does not support writing.</summary>
internal static string @NotSupported_UnwritableStream => GetResourceString("NotSupported_UnwritableStream", @"Stream does not support writing.");
/// <summary>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.</summary>
internal 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.");
/// <summary>Unable to transfer data on the transport connection: {0}.</summary>
internal static string @net_io_readwritefailure => GetResourceString("net_io_readwritefailure", @"Unable to transfer data on the transport connection: {0}.");
/// <summary>Accepting into an existing Socket is not supported on this platform.</summary>
internal static string @PlatformNotSupported_AcceptSocket => GetResourceString("PlatformNotSupported_AcceptSocket", @"Accepting into an existing Socket is not supported on this platform.");
/// <summary>Socket.IOControl handles Windows-specific control codes and is not supported on this platform.</summary>
internal static string @PlatformNotSupported_IOControl => GetResourceString("PlatformNotSupported_IOControl", @"Socket.IOControl handles Windows-specific control codes and is not supported on this platform.");
/// <summary>IP protection level cannot be controlled on this platform.</summary>
internal static string @PlatformNotSupported_IPProtectionLevel => GetResourceString("PlatformNotSupported_IPProtectionLevel", @"IP protection level cannot be controlled on this platform.");
/// <summary>This operation may only be performed when the buffer was set using the SetBuffer overload that accepts an array.</summary>
internal 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.");
/// <summary>The result of the operation was already consumed and may not be used again.</summary>
internal static string @InvalidOperation_IncorrectToken => GetResourceString("InvalidOperation_IncorrectToken", @"The result of the operation was already consumed and may not be used again.");
/// <summary>The FileStream must have been opened for asynchronous reading and writing.</summary>
internal static string @net_sockets_sendpackelement_FileStreamMustBeAsync => GetResourceString("net_sockets_sendpackelement_FileStreamMustBeAsync", @"The FileStream must have been opened for asynchronous reading and writing.");
/// <summary>A ValueTask returned from an asynchronous socket operation was consumed concurrently. ValueTasks must only ever be awaited once. (Id: {0}).</summary>
internal 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}).");
/// <summary>The specified value for the socket information is invalid.</summary>
internal static string @net_sockets_invalid_socketinformation => GetResourceString("net_sockets_invalid_socketinformation", @"The specified value for the socket information is invalid.");
/// <summary>Asynchronous operations are not allowed on this socket. The underlying OS handle might have been already bound to an IO completion port.</summary>
internal 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.");
/// <summary>Null is not a valid value for {0}.</summary>
internal static string @InvalidNullArgument => GetResourceString("InvalidNullArgument", @"Null is not a valid value for {0}.");
/// <summary>System.Net.Sockets is not supported on this platform.</summary>
internal static string @SystemNetSockets_PlatformNotSupported => GetResourceString("SystemNetSockets_PlatformNotSupported", @"System.Net.Sockets is not supported on this platform.");
/// <summary>Provided SocketAddress is too small for given AddressFamily.</summary>
internal static string @net_sockets_address_small => GetResourceString("net_sockets_address_small", @"Provided SocketAddress is too small for given AddressFamily.");
}
}
|