[Modify] Replace it

This commit is contained in:
sta 2018-01-11 05:05:29 +09:00
parent 2749fb3d72
commit 5517b7447c

View File

@ -386,7 +386,7 @@ namespace WebSocketSharp.Net
/// </value> /// </value>
public System.Net.IPEndPoint RemoteEndPoint { public System.Net.IPEndPoint RemoteEndPoint {
get { get {
return _context.Connection.RemoteEndPoint; return _connection.RemoteEndPoint;
} }
} }