[Modify] Polish it

This commit is contained in:
sta 2018-03-27 15:07:31 +09:00
parent a6c40820c7
commit 996448f08d

View File

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