You've already forked linux-packaging-mono
Imported Upstream version 5.16.0.100
Former-commit-id: 38faa55fb9669e35e7d8448b15c25dc447f25767
This commit is contained in:
parent
0a9828183b
commit
7d7f676260
@@ -3,7 +3,12 @@ using System.Diagnostics;
|
||||
namespace System.Net {
|
||||
static class Logging
|
||||
{
|
||||
internal static readonly bool On = false;
|
||||
|
||||
internal static bool On {
|
||||
get {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
internal static TraceSource Web {
|
||||
get {
|
||||
|
@@ -15,4 +15,8 @@ partial class SR
|
||||
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";
|
||||
|
||||
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.";
|
||||
}
|
||||
|
Reference in New Issue
Block a user