2016-02-22 11:00:01 -05:00
|
|
|
//
|
|
|
|
// Resource strings referenced by the code.
|
|
|
|
//
|
|
|
|
// Copyright 2014 Xamarin Inc
|
|
|
|
//
|
2016-11-10 13:04:39 +00:00
|
|
|
// Mono-specific additions, which are not in SR.cs or missing in referencesource
|
2016-02-22 11:00:01 -05:00
|
|
|
//
|
|
|
|
partial class SR
|
|
|
|
{
|
|
|
|
public const string mono_net_io_shutdown = "mono_net_io_shutdown";
|
|
|
|
public const string mono_net_io_renegotiate = "mono_net_io_renegotiate";
|
2017-08-21 15:34:15 +00:00
|
|
|
|
|
|
|
public const string net_ssl_io_already_shutdown = "Write operations are not allowed after the channel was shutdown.";
|
2016-11-10 13:04:39 +00:00
|
|
|
|
|
|
|
public const string net_log_set_socketoption_reuseport_default_on = "net_log_set_socketoption_reuseport_default_on";
|
|
|
|
public const string net_log_set_socketoption_reuseport_not_supported = "net_log_set_socketoption_reuseport_not_supported";
|
|
|
|
public const string net_log_set_socketoption_reuseport = "net_log_set_socketoption_reuseport";
|
2018-08-07 15:19:03 +00:00
|
|
|
|
|
|
|
public const string net_ssl_app_protocols_invalid = "The application protocol list is invalid.";
|
|
|
|
public const string net_ssl_app_protocol_invalid = "The application protocol value is invalid.";
|
|
|
|
public const string net_conflicting_options = "The '{0}' option was already set in the SslStream constructor.";
|
2016-02-22 11:00:01 -05:00
|
|
|
}
|