diff options
Diffstat (limited to 'RSSDP/RequestReceivedEventArgs.cs')
| -rw-r--r-- | RSSDP/RequestReceivedEventArgs.cs | 2 |
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 { |
