Simplified Code

This commit is contained in:
BaronGreenback
2021-01-19 10:36:37 +00:00
parent 8b2b3b77a5
commit 6a7623da02
5 changed files with 65 additions and 80 deletions

View File

@@ -44,16 +44,6 @@ namespace MediaBrowser.Common.Net
/// </summary>
bool IsIP4Enabled { get; set; }
/// <summary>
/// Gets or sets a value indicating whether the system has IP4 is enabled.
/// </summary>
bool SystemIP4Enabled { get; set; }
/// <summary>
/// Gets or sets a value indicating whether the system has IP6 is enabled.
/// </summary>
bool SystemIP6Enabled { get; set; }
/// <summary>
/// Calculates the list of interfaces to use for Kestrel.
/// </summary>