diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2019-11-07 18:12:26 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-07 18:12:26 +0900 |
| commit | ad852ffd9ac9f10c9861aa53ea2e5d19b5f59fdb (patch) | |
| tree | f690c01cd8fc9b3460ee6fc62bb860dfd5f20ab3 /MediaBrowser.Model/Net/SocketReceiveResult.cs | |
| parent | 9756bdb76ea625c19b6743a34ec95759d3f6d050 (diff) | |
| parent | f0e2f243ad44569f6d21783939214593530f4ce6 (diff) | |
Merge pull request #1973 from EraYaN/docs-warning-fixes
Fix the last of the docs warnings
Diffstat (limited to 'MediaBrowser.Model/Net/SocketReceiveResult.cs')
| -rw-r--r-- | MediaBrowser.Model/Net/SocketReceiveResult.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Net/SocketReceiveResult.cs b/MediaBrowser.Model/Net/SocketReceiveResult.cs index cd7a2e55f..3a4ad3738 100644 --- a/MediaBrowser.Model/Net/SocketReceiveResult.cs +++ b/MediaBrowser.Model/Net/SocketReceiveResult.cs @@ -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; } |
