[Modify] Polish it

master
sta 8 years ago
parent a6c40820c7
commit 996448f08d

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

Loading…
Cancel
Save