aboutsummaryrefslogtreecommitdiff
path: root/RSSDP/ResponseReceivedEventArgs.cs
diff options
context:
space:
mode:
Diffstat (limited to 'RSSDP/ResponseReceivedEventArgs.cs')
-rw-r--r--RSSDP/ResponseReceivedEventArgs.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/RSSDP/ResponseReceivedEventArgs.cs b/RSSDP/ResponseReceivedEventArgs.cs
index 708113da1..e87ba1452 100644
--- a/RSSDP/ResponseReceivedEventArgs.cs
+++ b/RSSDP/ResponseReceivedEventArgs.cs
@@ -9,7 +9,7 @@ namespace Rssdp.Infrastructure
/// </summary>
public sealed class ResponseReceivedEventArgs : EventArgs
{
- public IPAddress LocalIpAddress { get; set; }
+ public IPAddress LocalIPAddress { get; set; }
private readonly HttpResponseMessage _Message;
@@ -33,7 +33,7 @@ namespace Rssdp.Infrastructure
}
/// <summary>
- /// The <see cref="UdpEndPoint"/> the response came from.
+ /// The <see cref="IPEndPoint"/> the response came from.
/// </summary>
public IPEndPoint ReceivedFrom
{