[Modify] Polish it

This commit is contained in:
sta 2018-03-27 13:50:10 +09:00
parent f4bfd46bcb
commit 0d755528c8

View File

@ -285,7 +285,7 @@ namespace WebSocketSharp.Net.WebSockets
/// </value>
public override System.Net.IPEndPoint ServerEndPoint {
get {
return _context.Connection.LocalEndPoint;
return _context.Request.LocalEndPoint;
}
}