diff options
| author | Greenback <jimcartlidge@yahoo.co.uk> | 2020-10-30 14:06:11 +0000 |
|---|---|---|
| committer | Greenback <jimcartlidge@yahoo.co.uk> | 2020-10-30 14:06:11 +0000 |
| commit | ec57eeff2b53081e28118fa29c435d2352cdb636 (patch) | |
| tree | 8d9cb89a7948e73300559046c6c09724e523e161 /RSSDP/SsdpRootDevice.cs | |
| parent | 6dc2936d9cbf7eb7ee1904ce5ebc65dd05858990 (diff) | |
Updated to latest version of code.
Diffstat (limited to 'RSSDP/SsdpRootDevice.cs')
| -rw-r--r-- | RSSDP/SsdpRootDevice.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RSSDP/SsdpRootDevice.cs b/RSSDP/SsdpRootDevice.cs index 8937ec331..d5abe4a4c 100644 --- a/RSSDP/SsdpRootDevice.cs +++ b/RSSDP/SsdpRootDevice.cs @@ -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. |
