aboutsummaryrefslogtreecommitdiff
path: root/RSSDP/RequestReceivedEventArgs.cs
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2022-02-06 14:21:17 -0700
committerGitHub <noreply@github.com>2022-02-06 22:21:17 +0100
commit10d52d16a8c4af67e0aa05e9a5f8b63fdf264e53 (patch)
treed68d1c57253ffe36d2b88ea391d7f50dc94242ca /RSSDP/RequestReceivedEventArgs.cs
parentf3c3402984ccef548cf29e406f4854d704a24a5f (diff)
Fix invalid cref (#7277)
Diffstat (limited to 'RSSDP/RequestReceivedEventArgs.cs')
-rw-r--r--RSSDP/RequestReceivedEventArgs.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/RSSDP/RequestReceivedEventArgs.cs b/RSSDP/RequestReceivedEventArgs.cs
index 025c4d2e0..5cf74bd75 100644
--- a/RSSDP/RequestReceivedEventArgs.cs
+++ b/RSSDP/RequestReceivedEventArgs.cs
@@ -34,7 +34,7 @@ namespace Rssdp.Infrastructure
}
/// <summary>
- /// The <see cref="UdpEndPoint"/> the request came from.
+ /// The <see cref="IPEndPoint"/> the request came from.
/// </summary>
public IPEndPoint ReceivedFrom
{