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