aboutsummaryrefslogtreecommitdiff
path: root/RSSDP/SsdpConstants.cs
diff options
context:
space:
mode:
Diffstat (limited to 'RSSDP/SsdpConstants.cs')
-rw-r--r--RSSDP/SsdpConstants.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/RSSDP/SsdpConstants.cs b/RSSDP/SsdpConstants.cs
index 798f050e1..442f2b8f8 100644
--- a/RSSDP/SsdpConstants.cs
+++ b/RSSDP/SsdpConstants.cs
@@ -26,6 +26,8 @@ namespace Rssdp.Infrastructure
internal const string SsdpDeviceDescriptionXmlNamespace = "urn:schemas-upnp-org:device-1-0";
+ internal const string ServerVersion = "1.0";
+
/// <summary>
/// Default buffer size for receiving SSDP broadcasts. Value is 8192 (bytes).
/// </summary>