Updated to latest version of code.

This commit is contained in:
Greenback
2020-10-30 14:06:11 +00:00
parent 6dc2936d9c
commit ec57eeff2b
4 changed files with 6 additions and 6 deletions

View File

@@ -45,9 +45,9 @@ namespace Rssdp
public IPAddress Address { get; set; }
/// <summary>
/// Gets or sets the SubnetMask used to check if the received message from same interface with this device/tree. Required.
/// Gets or sets the prefix length used to check if the received message from same interface with this device/tree. Required.
/// </summary>
public IPAddress SubnetMask { get; set; }
public byte PrefixLength { get; set; }
/// <summary>
/// The base URL to use for all relative url's provided in other propertise (and those of child devices). Optional.