Fix the last docs warnings.

This commit is contained in:
Erwin de Haan
2019-11-03 15:52:10 +01:00
parent 0f769fe979
commit 387051c409
5 changed files with 13 additions and 14 deletions

View File

@@ -18,7 +18,7 @@ namespace MediaBrowser.Model.Net
public int ReceivedBytes { get; set; }
/// <summary>
/// The <see cref="IpEndPointInfo"/> the data was received from.
/// The <see cref="IPEndPoint"/> the data was received from.
/// </summary>
public IPEndPoint RemoteEndPoint { get; set; }
public IPAddress LocalIPAddress { get; set; }