Remove the mono-profiler- prefix from all source files in the profiler subdir.
[mono.git] / mcs / class / System / ReferenceSources / SR2.cs
1 //
2 // Resource strings referenced by the code.
3 //
4 // Copyright 2014 Xamarin Inc
5 //
6 // Mono-specific additions, which are not in SR.cs or missing in referencesource
7 //
8 partial class SR
9 {
10         public const string mono_net_io_shutdown = "mono_net_io_shutdown";
11         public const string mono_net_io_renegotiate = "mono_net_io_renegotiate";
12
13         public const string net_log_set_socketoption_reuseport_default_on = "net_log_set_socketoption_reuseport_default_on";
14         public const string net_log_set_socketoption_reuseport_not_supported = "net_log_set_socketoption_reuseport_not_supported";
15         public const string net_log_set_socketoption_reuseport = "net_log_set_socketoption_reuseport";
16 }