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