[Modify] Replace it

This commit is contained in:
sta 2018-01-10 16:59:59 +09:00
parent e8407ca467
commit e3107ac323

View File

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