[Modify] Replace it
This commit is contained in:
parent
d3a09abc28
commit
7de9b14d3d
@ -450,7 +450,7 @@ namespace WebSocketSharp.Net
|
|||||||
/// </value>
|
/// </value>
|
||||||
public string UserHostAddress {
|
public string UserHostAddress {
|
||||||
get {
|
get {
|
||||||
return LocalEndPoint.ToString ();
|
return _connection.LocalEndPoint.ToString ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user