From 5517b7447c18b4c05e8745432b12b4db47cfdbcd Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 11 Jan 2018 05:05:29 +0900 Subject: [PATCH] [Modify] Replace it --- websocket-sharp/Net/HttpListenerRequest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 5d1dfd90..829cdd2a 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -386,7 +386,7 @@ namespace WebSocketSharp.Net /// public System.Net.IPEndPoint RemoteEndPoint { get { - return _context.Connection.RemoteEndPoint; + return _connection.RemoteEndPoint; } }