diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index e333adda..7023df05 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -336,7 +336,7 @@ namespace WebSocketSharp.Net /// public System.Net.IPEndPoint LocalEndPoint { get { - return _context.Connection.LocalEndPoint; + return _connection.LocalEndPoint; } }