[Modify] Replace it

This commit is contained in:
sta 2018-01-13 03:51:31 +09:00
parent d3a09abc28
commit 7de9b14d3d

View File

@ -450,7 +450,7 @@ namespace WebSocketSharp.Net
/// </value>
public string UserHostAddress {
get {
return LocalEndPoint.ToString ();
return _connection.LocalEndPoint.ToString ();
}
}