|
|
|
@ -285,7 +285,7 @@ namespace WebSocketSharp.Net.WebSockets
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public override System.Net.IPEndPoint ServerEndPoint {
|
|
|
|
public override System.Net.IPEndPoint ServerEndPoint {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
return _context.Connection.LocalEndPoint;
|
|
|
|
return _context.Request.LocalEndPoint;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|